eZ\Publish\Core\MVC\Symfony\Event\PreContentViewEvent::__construct PHP Метод

__construct() публичный Метод

public __construct ( eZ\Publish\Core\MVC\Symfony\View\View $contentView )
$contentView eZ\Publish\Core\MVC\Symfony\View\View
    public function __construct(View $contentView)
    {
        $this->contentView = $contentView;
    }