|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\Refinery\In\Series:
Collaboration diagram for ILIAS\Refinery\In\Series:Public Member Functions | ||||||
| __construct (array $transformations) | ||||||
| transform ($from) | ||||||
Perform the transformation.Please use this for transformations. It's more performant than calling invoke.
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... | ||||||
Private Attributes | |
| $transformationStrategies | |
Definition at line 17 of file Series.php.
| ILIAS\Refinery\In\Series::__construct | ( | array | $transformations | ) |
| array | $transformations |
Definition at line 30 of file Series.php.
| ILIAS\Refinery\In\Series::transform | ( | $from | ) |
Perform the transformation.Please use this for transformations. It's more performant than calling invoke.
InvalidArgumentException if the argument could not be transformed
| mixed | $from |
Implements ILIAS\Refinery\Transformation.
Definition at line 49 of file Series.php.
References $result.
|
private |
Definition at line 25 of file Series.php.