ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ILIAS\Refinery\URI\StringTransformation Class Reference
+ 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.
Exceptions
More...
 
- 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...
 

Detailed Description

Definition at line 15 of file StringTransformation.php.

Member Function Documentation

◆ __invoke()

ILIAS\Refinery\URI\StringTransformation::__invoke (   $from)

Transformations should be callable.This MUST do the same as transform.

Exceptions

Implements ILIAS\Refinery\Transformation.

Definition at line 52 of file StringTransformation.php.

References ILIAS\Refinery\Transformation\transform().

53  {
54  return $this->transform($from);
55  }
transform($from)
Perform the transformation.
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: