iterator.pop

Pops the last value off $subject (but does not change $subject itself as array_pop would).

Arguments

subject

DataType
mixed
Required
false
Description
Input to work on - Array/Traversable/…

as

DataType
string
Required
false
Description
Template variable name to assign; if not specified the ViewHelper returns the variable instead.