ArrayElementViewHelper extends AbstractViewHelper uses CompileWithRenderStatic

FinalYes

Get a value from an array by given key.

Internal

Table of Contents

Methods

initializeArguments()  : void
renderStatic()  : string
Return array element by key. Accessed values must be scalar (string, int, float or double)

Methods

initializeArguments()

public initializeArguments() : void

renderStatic()

Return array element by key. Accessed values must be scalar (string, int, float or double)

public static renderStatic(array{'array': array, 'key': string, 'subKey': string} $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
$arguments : array{'array': array, 'key': string, 'subKey': string}
$renderChildrenClosure : Closure
$renderingContext : RenderingContextInterface
Tags
throws
Exception
Return values
string

        
On this page

Search results