eZ\Publish\Core\MVC\Symfony\Event\PreContentViewEvent::__construct PHP Method

__construct() public method

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;
    }