PHP Class FluidTYPO3\Flux\ViewHelpers\Field\CustomViewHelper

Inheritance: extends UserFuncViewHelper
Datei anzeigen Open project: fluidtypo3/flux

Public Methods

Method Description
getComponent ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, array $arguments, Closure $renderChildrenClosure ) : FluidTYPO3\Flux\Form\Field\Custom
initializeArguments ( ) : void Initialize

Protected Methods

Method Description
buildClosure ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, array $arguments, Closure $renderChildrenClosure ) : Closure

Method Details

buildClosure() protected static method

protected static buildClosure ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, array $arguments, Closure $renderChildrenClosure ) : Closure
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
$arguments array
$renderChildrenClosure Closure
return Closure

getComponent() public static method

public static getComponent ( TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext, array $arguments, Closure $renderChildrenClosure ) : FluidTYPO3\Flux\Form\Field\Custom
$renderingContext TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface
$arguments array
$renderChildrenClosure Closure
return FluidTYPO3\Flux\Form\Field\Custom

initializeArguments() public method

Initialize
public initializeArguments ( ) : void
return void