|
ILIAS
release_8 Revision v8.24
|
Transform values according to custom configuration. More...
Inheritance diagram for ILIAS\Refinery\Custom\Transformation:
Collaboration diagram for ILIAS\Refinery\Custom\Transformation:Public Member Functions | |
| __construct (callable $transformation) | |
| transform ($from) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| transform ($from) | |
| Perform the transformation. More... | |
| 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 31 of file Transformation.php.
| ILIAS\Refinery\Custom\Transformation::__construct | ( | callable | $transformation | ) |
Definition at line 39 of file Transformation.php.
References ILIAS\Refinery\Custom\Transformation\$transformation.
| ILIAS\Refinery\Custom\Transformation::transform | ( | $from | ) |
@inheritDoc
Implements ILIAS\Refinery\Transformation.
Definition at line 47 of file Transformation.php.
|
private |
Definition at line 37 of file Transformation.php.
Referenced by ILIAS\Refinery\Custom\Transformation\__construct().