PHP 클래스 eZ\Bundle\EzPublishCoreBundle\Fragment\DecoratedFragmentRenderer

상속: implements Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface, implements eZ\Publish\Core\MVC\Symfony\SiteAccess\SiteAccessAware
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface $innerRenderer )
getName ( ) : string Gets the name of the strategy.
render ( string | Symfony\Component\HttpKernel\Controller\ControllerReference $uri, Request $request, array $options = [] ) : Response Renders a URI and returns the Response content.
setFragmentPath ( $path )
setSiteAccess ( SiteAccess $siteAccess = null )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface $innerRenderer )
$innerRenderer Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface

getName() 공개 메소드

Gets the name of the strategy.
public getName ( ) : string
리턴 string The strategy name

render() 공개 메소드

Renders a URI and returns the Response content.
public render ( string | Symfony\Component\HttpKernel\Controller\ControllerReference $uri, Request $request, array $options = [] ) : Response
$uri string | Symfony\Component\HttpKernel\Controller\ControllerReference A URI as a string or a ControllerReference instance
$request Symfony\Component\HttpFoundation\Request A Request instance
$options array An array of options
리턴 Response A Response instance

setFragmentPath() 공개 메소드

public setFragmentPath ( $path )

setSiteAccess() 공개 메소드

public setSiteAccess ( SiteAccess $siteAccess = null )
$siteAccess eZ\Publish\Core\MVC\Symfony\SiteAccess