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.
| |||
__invoke ($from) | |||
Transformations should be callable.This MUST do the same as transform.
| |||
![]() | |||
applyTo (Result $data) | |||
Perform the transformation and reify possible failures. More... | |||
Private Attributes | |
$transformationStrategies | |
Definition at line 15 of file Parallel.php.
ILIAS\Refinery\In\Parallel::__construct | ( | array | $transformations | ) |
ILIAS\Refinery\In\Parallel::__invoke | ( | $from | ) |
Transformations should be callable.This MUST do the same as transform.
Implements ILIAS\Refinery\Transformation.
Definition at line 59 of file Parallel.php.
References ILIAS\Refinery\In\Parallel\transform().
ILIAS\Refinery\In\Parallel::transform | ( | $from | ) |
Perform the transformation.Please use this for transformations. It's more performant than calling invoke.
Implements ILIAS\Refinery\Transformation.
Definition at line 46 of file Parallel.php.
References $results.
Referenced by ILIAS\Refinery\In\Parallel\__invoke().
|
private |
Definition at line 21 of file Parallel.php.