FluidTYPO3\Vhs\Traits\TemplateVariableViewHelperTrait::initializeArguments PHP Method

initializeArguments() public method

Default initialisation of arguments - will be used if the implementing ViewHelper does not itself define this method. The default behavior is to only register the "as" argument.
public initializeArguments ( ) : void
return void
    public function initializeArguments()
    {
        $this->registerAsArgument();
    }