class GetTypeViewHelper extends AbstractViewHelper (View source)

View helper to check if a given value is an array.

= Examples =

{neos:getType(value: 'foo')}

<output>
string
</output>

<code title="Use with shorthand syntax">
{myValue -> neos:getType()}
string (if myValue is a string)

Methods

void
initializeArguments()

No description

string
render()

No description

Details

void initializeArguments()

No description

Return Value

void

Exceptions

Exception

string render()

No description

Return Value

string