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.
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 Parallel.php.
ILIAS\Refinery\In\Parallel::__construct | ( | array | $transformations | ) |
array | $transformations |
InvalidArgumentException
Definition at line 30 of file Parallel.php.
ILIAS\Refinery\In\Parallel::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 Parallel.php.
References $results.
|
private |
Definition at line 24 of file Parallel.php.