PHP Class FluidTYPO3\Vhs\ViewHelpers\Condition\Form\IsRequiredViewHelper

Takes a property (dotted path supported) and renders the then-child if the property at the given path has an
Author: Claus Due ([email protected])
Inheritance: extends HasValidatorViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : mixed Default implementation for use in compiled templates

Method Details

renderStatic() public static method

Default implementation for use in compiled templates
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