ILIAS
release_8 Revision v8.23
|
Adds to any array keys for each value. More...
Public Member Functions | |
__construct (Transformation $trafo) | |
transform ($from) | |
![]() | |
applyTo (Result $result) | |
Perform the transformation and reify possible failures. More... | |
__invoke ($from) | |
Transformations should be callable. More... | |
Protected Attributes | |
string | $type |
Private Attributes | |
Transformation | $trafo |
Adds to any array keys for each value.
Definition at line 32 of file MapValues.php.
ILIAS\Refinery\Container\MapValues::__construct | ( | Transformation | $trafo | ) |
ILIAS\Refinery\Container\MapValues::transform | ( | $from | ) |
Implements ILIAS\Refinery\Transformation.
Definition at line 48 of file MapValues.php.
References Vendor\Package\$a.
|
private |
Definition at line 38 of file MapValues.php.
Referenced by ILIAS\Refinery\Container\MapValues\__construct().
|
protected |
Definition at line 37 of file MapValues.php.