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

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

Protected Properties

Свойство Type Description
$matcherFactory eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface

Méthodes publiques

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

Méthodes protégées

Méthode Description
buildContentView ( array $viewConfig ) : ContentView Builds a ContentView object from $viewConfig.

Method Details

__construct() public méthode

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

buildContentView() protected méthode

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

getView() public méthode

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

Property Details

$matcherFactory protected_oe property

protected MatcherFactoryInterface,eZ\Publish\Core\MVC\Symfony\Matcher $matcherFactory
Résultat eZ\Publish\Core\MVC\Symfony\Matcher\MatcherFactoryInterface