PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\MergeViewHelper

Author: Claus Due ([email protected])
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
initializeArguments ( ) : void
render ( mixed $b, boolean $useKeys = true ) : array Merges arrays/Traversables $a and $b into an array

Method Details

initializeArguments() public method

public initializeArguments ( ) : void
return void

render() public method

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
return array