‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\ViewHelpers\IsArrayViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\ViewHelpers\IsArrayViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

static bool renderStatic (array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 

Detailed Description

Checks whether the given value is an array

Definition at line 27 of file IsArrayViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Adminpanel\ViewHelpers\IsArrayViewHelper::initializeArguments ( )

Definition at line 29 of file IsArrayViewHelper.php.

◆ renderStatic()

static bool TYPO3\CMS\Adminpanel\ViewHelpers\IsArrayViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static
Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪bool

Definition at line 40 of file IsArrayViewHelper.php.