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

registerAsArgument() protected method

Registers the "as" argument for use with the implementing ViewHelper.
protected registerAsArgument ( ) : void
return void
    protected function registerAsArgument()
    {
        $this->registerArgument('as', 'string', 'Template variable name to assign; if not specified the ViewHelper returns the variable instead.');
    }