3 declare(strict_types=1);
50 if (!is_array($from)) {
54 return array_map(
function (
$a) {
55 return $this->trafo->transform(
$a);
__construct(Transformation $trafo)
trait DeriveApplyToFromTransform
trait DeriveInvokeFromTransform
Adds to any array keys for each value.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples