PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\MergeViewHelper

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
render ( mixed $b, boolean $useKeys = true ) : array Merges arrays/Traversables $a and $b into an array

Method Details

initializeArguments() public méthode

public initializeArguments ( ) : void
Résultat void

render() public méthode

Merges arrays/Traversables $a and $b into an array
public render ( mixed $b, boolean $useKeys = true ) : array
$b mixed Second array/Traversable
$useKeys boolean If TRUE comparison is done while also observing and merging the keys used in each array
Résultat array