IsArrayViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.beuser.s.isarray>
FinalYes
Checks whether the given value is an array
Table of Contents
Methods
- initializeArguments() : void
- renderStatic() : bool
Methods
initializeArguments()
public
initializeArguments() : void
renderStatic()
public
static renderStatic(array{value: mixed} $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : bool
Parameters
- $arguments : array{value: mixed}
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface