ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |||
__construct (array $transformations) | |||
transform ($from) | |||
Perform the transformation.Please use this for transformations. It's more performant than calling invoke.
| |||
![]() | |||
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 | ) |
ILIAS\Refinery\In\Series::transform | ( | $from | ) |
Perform the transformation.Please use this for transformations. It's more performant than calling invoke.
Implements ILIAS\Refinery\Transformation.
Definition at line 49 of file Series.php.
References $result.
|
private |
Definition at line 25 of file Series.php.