ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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
| ||||||
__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... | ||||||
Private Attributes | |
$transformationStrategies | |
Definition at line 16 of file Series.php.
ILIAS\Refinery\In\Series::__construct | ( | array | $transformations | ) |
array | $transformations |
Definition at line 27 of file Series.php.
ILIAS\Refinery\In\Series::__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 59 of file Series.php.
References ILIAS\Refinery\In\Series\transform().
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 46 of file Series.php.
References $result.
Referenced by ILIAS\Refinery\In\Series\__invoke().
|
private |
Definition at line 22 of file Series.php.