|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ILIAS\Refinery\In\Parallel:
Collaboration diagram for ILIAS\Refinery\In\Parallel: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
| ||||||
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 15 of file Parallel.php.
| ILIAS\Refinery\In\Parallel::__construct | ( | array | $transformations | ) |
| array | $transformations |
InvalidArgumentException
Definition at line 27 of file Parallel.php.
| ILIAS\Refinery\In\Parallel::__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 Parallel.php.
References ILIAS\Refinery\In\Parallel\transform().
Here is the call graph for this function:| 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 46 of file Parallel.php.
References $results.
Referenced by ILIAS\Refinery\In\Parallel\__invoke().
Here is the caller graph for this function:
|
private |
Definition at line 21 of file Parallel.php.