|
ILIAS
release_8 Revision v8.24
|
Adds to any array keys for each value. More...
Inheritance diagram for ILIAS\Refinery\Container\AddLabels:
Collaboration diagram for ILIAS\Refinery\Container\AddLabels:Public Member Functions | |
| __construct (array $labels, Factory $factory) | |
| transform ($from) | |
| @inheritDoc More... | |
| applyTo (Result $result) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\Refinery\Transformation | |
| transform ($from) | |
| Perform the transformation. More... | |
| applyTo (Result $result) | |
| Perform the transformation and reify possible failures. More... | |
| __invoke ($from) | |
| Transformations should be callable. More... | |
Private Attributes | |
| array | $labels |
| Factory | $factory |
Adds to any array keys for each value.
Definition at line 32 of file AddLabels.php.
| ILIAS\Refinery\Container\AddLabels::__construct | ( | array | $labels, |
| Factory | $factory | ||
| ) |
| string[] | int[] | $labels | |
| Factory | $factory |
Definition at line 44 of file AddLabels.php.
References ILIAS\Refinery\Container\AddLabels\$factory, and ILIAS\Refinery\Container\AddLabels\$labels.
| ILIAS\Refinery\Container\AddLabels::applyTo | ( | Result | $result | ) |
@inheritDoc
Implements ILIAS\Refinery\Transformation.
Definition at line 70 of file AddLabels.php.
References ILIAS\Data\Result\value().
Here is the call graph for this function:| ILIAS\Refinery\Container\AddLabels::transform | ( | $from | ) |
@inheritDoc
Implements ILIAS\Refinery\Transformation.
Definition at line 54 of file AddLabels.php.
|
private |
Definition at line 38 of file AddLabels.php.
Referenced by ILIAS\Refinery\Container\AddLabels\__construct().
|
private |
Definition at line 37 of file AddLabels.php.
Referenced by ILIAS\Refinery\Container\AddLabels\__construct().