PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\ReverseViewHelper
Reverses the order of every member of an Iterator/Array,
preserving the original keys.
Exibir arquivo
Open project: fluidtypo3/vhs
Public Methods
Method |
Description |
|
initializeArguments ( ) : void |
Initialize arguments |
|
render ( ) : mixed |
"Render" method - sorts a target list-type target. Either $array or
$objectStorage must be specified. If both are, ObjectStorage takes precedence. |
|
Method Details
initializeArguments()
public method
Returns the same type as $subject. Ignores NULL values which would be
OK to use in an f:for (empty loop as result)