PHP 클래스 eZ\Publish\Core\MVC\Symfony\View\Provider\Configured

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

보호된 프로퍼티들

프로퍼티 타입 설명
$matcherFactory eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface

공개 메소드들

메소드 설명
__construct ( eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface $matcherFactory )
getView ( eZ\Publish\Core\MVC\Symfony\View\View $view )

보호된 메소드들

메소드 설명
buildContentView ( array $viewConfig ) : ContentView Builds a ContentView object from $viewConfig.

메소드 상세

__construct() 공개 메소드

public __construct ( eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface $matcherFactory )
$matcherFactory eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface

buildContentView() 보호된 메소드

Builds a ContentView object from $viewConfig.
protected buildContentView ( array $viewConfig ) : ContentView
$viewConfig array
리턴 eZ\Publish\Core\MVC\Symfony\View\ContentView

getView() 공개 메소드

public getView ( eZ\Publish\Core\MVC\Symfony\View\View $view )
$view eZ\Publish\Core\MVC\Symfony\View\View

프로퍼티 상세

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

protected MatcherFactoryInterface,eZ\Publish\Core\MVC\Symfony\Matcher $matcherFactory
리턴 eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface