|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\Refinery\ConstantTransformation:
Collaboration diagram for ILIAS\Refinery\ConstantTransformation:Public Member Functions | |
| __construct ($value) | |
| 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... | |
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 | ) |
@inheritDoc
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().