Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Pinq
Interfaces
IJoiningToCollection
apply
Pinq\Interfaces\IJoiningToCollection::apply PHP Méthode
IJoiningToCollection Interface Documentation
Afficher le fichier
Open project: timetoogo/pinq
apply()
public
méthode
Both the original and joined values and keys will be passed as arguments to the supplied function as (&outerValue, innerValue, outerKey, innerKey).
public
apply
(
callable
$applyFunction
) :
void
$applyFunction
callable
Called with parameters (&outerValue, innerValue, outerKey, innerKey)
Résultat
void
public function apply(callable $applyFunction);
IJoiningToCollection
apply
to
withDefault