‪TYPO3CMS  11.5
TYPO3\CMS\Backend\ViewHelpers\ArrayBrowserViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Backend\ViewHelpers\ArrayBrowserViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

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

Protected Attributes

bool $escapeOutput = false
 

Detailed Description

Renders a given array as tree

Definition at line 30 of file ArrayBrowserViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Backend\ViewHelpers\ArrayBrowserViewHelper::initializeArguments ( )

Initializes the arguments

Definition at line 42 of file ArrayBrowserViewHelper.php.

◆ renderStatic()

static string TYPO3\CMS\Backend\ViewHelpers\ArrayBrowserViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static

Render unordered list for pages

Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string

Definition at line 56 of file ArrayBrowserViewHelper.php.

Member Data Documentation

◆ $escapeOutput

bool TYPO3\CMS\Backend\ViewHelpers\ArrayBrowserViewHelper::$escapeOutput = false
protected

As this ViewHelper renders HTML, the output must not be escaped.

Definition at line 37 of file ArrayBrowserViewHelper.php.