Neos\Fusion\TypoScriptObjects\TemplateImplementation::initializeView PHP 메소드

initializeView() 보호된 메소드

This is a template method which can be overridden in subclasses to add new variables which should be available inside the Fluid template. It is needed e.g. for Expose.
protected initializeView ( FluidView $view ) : void
$view Neos\Fusion\TypoScriptObjects\Helpers\FluidView
리턴 void
    protected function initializeView(Helpers\FluidView $view)
    {
        // template method
    }