PHP Class eZ\Publish\Core\MVC\Symfony\View\Provider\Configured

Inheritance: implements eZ\Publish\Core\MVC\Symfony\View\ViewProvider
Show file Open project: ezsystems/ezpublish-kernel Class Usage Examples

Protected Properties

Property Type Description
$matcherFactory eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface

Public Methods

Method Description
__construct ( eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface $matcherFactory )
getView ( eZ\Publish\Core\MVC\Symfony\View\View $view )

Protected Methods

Method Description
buildContentView ( array $viewConfig ) : ContentView Builds a ContentView object from $viewConfig.

Method Details

__construct() public method

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

buildContentView() protected method

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

getView() public method

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

Property Details

$matcherFactory protected property

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