| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Transform values according to custom configuration. More...
 Inheritance diagram for ILIAS\AdvancedMetaData\Services\ObjectModes\Custom\Custom\Transformation:
 Collaboration diagram for ILIAS\AdvancedMetaData\Services\ObjectModes\Custom\Custom\Transformation:Public Member Functions | |
| __construct (callable $transformation) | |
| transform ($from) | |
  Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| 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().