| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Refinery\ConstantTransformation:
 Collaboration diagram for ILIAS\Refinery\ConstantTransformation:Public Member Functions | |
| __construct ($value) | |
| 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... | |
Protected Attributes | |
| $value | |
Definition at line 23 of file ConstantTransformation.php.
| ILIAS\Refinery\ConstantTransformation::__construct | ( | $value | ) | 
Definition at line 30 of file ConstantTransformation.php.
References ILIAS\Refinery\ConstantTransformation\$value.
| ILIAS\Refinery\ConstantTransformation::transform | ( | $from | ) | 
Implements ILIAS\Refinery\Transformation.
Definition at line 38 of file ConstantTransformation.php.
References ILIAS\Refinery\ConstantTransformation\$value.
      
  | 
  protected | 
Definition at line 28 of file ConstantTransformation.php.
Referenced by ILIAS\Refinery\ConstantTransformation\__construct(), and ILIAS\Refinery\ConstantTransformation\transform().