PHP 클래스 eZ\Publish\Core\MVC\Symfony\View\Renderer\TemplateRenderer

상속: implements eZ\Publish\Core\MVC\Symfony\View\Renderer
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$templateEngine Symfony\Component\Templating\EngineInterface

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Templating\EngineInterface $templateEngine, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
render ( eZ\Publish\Core\MVC\Symfony\View\View $view ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Templating\EngineInterface $templateEngine, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher )
$templateEngine Symfony\Component\Templating\EngineInterface
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

render() 공개 메소드

public render ( eZ\Publish\Core\MVC\Symfony\View\View $view ) : string
$view eZ\Publish\Core\MVC\Symfony\View\View
리턴 string

프로퍼티 상세

$eventDispatcher 보호되어 있는 프로퍼티

protected EventDispatcherInterface,Symfony\Component\EventDispatcher $eventDispatcher
리턴 Symfony\Component\EventDispatcher\EventDispatcherInterface

$templateEngine 보호되어 있는 프로퍼티

protected EngineInterface,Symfony\Component\Templating $templateEngine
리턴 Symfony\Component\Templating\EngineInterface