PHP Class FluidTYPO3\Flux\ViewHelpers\Field\CustomViewHelper

Inheritance: extends UserFuncViewHelper
Afficher le fichier Open project: fluidtypo3/flux

Méthodes publiques

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

Méthodes protégées

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

Method Details

buildClosure() protected static méthode

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
Résultat Closure

getComponent() public static méthode

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
Résultat FluidTYPO3\Flux\Form\Field\Custom

initializeArguments() public méthode

Initialize
public initializeArguments ( ) : void
Résultat void