PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\RangeViewHelper
Implementation of
range for Fluid
Creates a new array of numbers from the low to the high given
value, incremented by the step value.
#### Usage examples
xml
Numbers 1-10: {v:iterator.implode(glue: ',') -> v:iterator.range(low: 1, high: 10)}
Even numbers 0-10: {v:iterator.implode(glue: ',') -> v:iterator.range(low: 0, high: 10, step: 2)}
Show file
Open project: fluidtypo3/vhs
Public Methods
Method Details
initializeArguments()
public method