ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
__construct ($value) | |
transform ($from) | |
![]() | |
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().