PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\ReverseViewHelper

Reverses the order of every member of an Iterator/Array, preserving the original keys.
Author: Claus Due ([email protected])
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode 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 méthode

Initialize arguments
public initializeArguments ( ) : void
Résultat void

render() public méthode

Returns the same type as $subject. Ignores NULL values which would be OK to use in an f:for (empty loop as result)
public render ( ) : mixed
Résultat mixed