|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ILIAS\Refinery\URI\StringTransformation:
Collaboration diagram for ILIAS\Refinery\URI\StringTransformation:Public Member Functions | ||||||
| __invoke ($from) | ||||||
Transformations should be callable.This MUST do the same as transform.
InvalidArgumentException if the argument could not be transformed
| ||||||
Public Member Functions inherited from ILIAS\Refinery\Transformation | ||||||
| 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().
Here is the call graph for this function: