PHP Class FluidTYPO3\Vhs\ViewHelpers\Variable\Register\GetViewHelper

ViewHelper used to read the value of a TSFE-register Can be used to read names of variables which contain dynamic parts: {v:variable.register.get(name: 'dynamic{variableName}')}
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Mostra file Open project: fluidtypo3/vhs

Public Methods

Method Description
initializeArguments ( ) : void
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed

Method Details

initializeArguments() public method

public initializeArguments ( ) : void
return void

renderStatic() public static method

public static renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed
$arguments array
$renderChildrenClosure Closure
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
return mixed