Definition at line 28 of file Series.php.
◆ __construct()
ILIAS\Refinery\In\Series::__construct |
( |
array |
$transformations | ) |
|
- Parameters
-
Transformation[] | $transformations |
Definition at line 39 of file Series.php.
41 foreach ($transformations as $transformation) {
42 if (!$transformation instanceof Transformation) {
43 $transformationClassName = Transformation::class;
45 throw new ConstraintViolationException(
46 sprintf(
'The array MUST contain only "%s" instances', $transformationClassName),
47 'not_a_transformation',
48 $transformationClassName
52 $this->transformationStrategies = $transformations;
◆ transform()
ILIAS\Refinery\In\Series::transform |
( |
|
$from | ) |
|
◆ $transformationStrategies
array ILIAS\Refinery\In\Series::$transformationStrategies |
|
private |
The documentation for this class was generated from the following file: