ArrayBrowserViewHelper extends AbstractViewHelper uses CompileWithRenderStatic
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <backend:arraybrowser>
Renders a given array as tree
Table of Contents
Properties
- $escapeOutput : bool
- As this ViewHelper renders HTML, the output must not be escaped.
Methods
- initializeArguments() : mixed
- Initializes the arguments
- renderStatic() : string
- Render unordered list for pages
Properties
$escapeOutput
As this ViewHelper renders HTML, the output must not be escaped.
        protected
            bool
    $escapeOutput
     = false
    
    
    
    
    
Methods
initializeArguments()
Initializes the arguments
    public
                    initializeArguments() : mixed
    renderStatic()
Render unordered list for pages
    public
            static        renderStatic(array<string|int, mixed> $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
    Parameters
- $arguments : array<string|int, mixed>
- $renderChildrenClosure : Closure
- $renderingContext : RenderingContextInterface