Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
FluidTYPO3
Vhs
ViewHelpers
Iterator
MergeViewHelper
PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\MergeViewHelper
Author:
Claus Due (
[email protected]
)
Inheritance:
extends
TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Exibir arquivo
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