ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | ||||||
__invoke ($from) | ||||||
Transformations should be callable.This MUST do the same as transform.
InvalidArgumentException if the argument could not be transformed
| ||||||
![]() | ||||||
transform ($from) | ||||||
Perform the transformation. More... | ||||||
applyTo (Result $data) | ||||||
Perform the transformation and reify possible failures. More... | ||||||
__invoke ($from) | ||||||
Transformations should be callable. More... | ||||||
Definition at line 15 of file StringTransformation.php.
ILIAS\Refinery\URI\StringTransformation::__invoke | ( | $from | ) |
Transformations should be callable.This MUST do the same as transform.
InvalidArgumentException if the argument could not be transformed
mixed | $from |
Implements ILIAS\Refinery\Transformation.
Definition at line 52 of file StringTransformation.php.
References ILIAS\Refinery\Transformation\transform().