ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Transform values according to custom configuration. More...
Public Member Functions | |
__construct (callable $transformation) | |
transform ($from) | |
![]() | |
applyTo (Result $result) | |
Perform the transformation and reify possible failures. More... | |
__invoke ($from) | |
Transformations should be callable. More... | |
Private Attributes | |
$transformation | |
Transform values according to custom configuration.
Definition at line 30 of file Transformation.php.
ILIAS\AdvancedMetaData\Services\ObjectModes\Custom\Custom\Transformation::__construct | ( | callable | $transformation | ) |
Definition at line 38 of file Transformation.php.
References ILIAS\AdvancedMetaData\Services\ObjectModes\Custom\Custom\Transformation\$transformation.
ILIAS\AdvancedMetaData\Services\ObjectModes\Custom\Custom\Transformation::transform | ( | $from | ) |
Implements ILIAS\Refinery\Transformation.
Definition at line 46 of file Transformation.php.
|
private |
Definition at line 36 of file Transformation.php.
Referenced by ILIAS\AdvancedMetaData\Services\ObjectModes\Custom\Custom\Transformation\__construct().