PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\ChunkViewHelper

Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

Méthode Description
initializeArguments ( ) : void
render ( integer $count, boolean $fixed = false, boolean $preserveKeys = false ) : array Render method

Method Details

initializeArguments() public méthode

public initializeArguments ( ) : void
Résultat void

render() public méthode

Render method
public render ( integer $count, boolean $fixed = false, boolean $preserveKeys = false ) : array
$count integer The count of items per chunk or if fixed number of chunks
$fixed boolean Whether to allocate items to a fixed number of chunks or not
$preserveKeys boolean If set to true, the original array keys will be preserved in the chunks
Résultat array