Definition at line 26 of file Group.php.
◆ __construct()
ILIAS\Refinery\Container\Group::__construct |
( |
Factory |
$dataFactory | ) |
|
◆ addLabels()
ILIAS\Refinery\Container\Group::addLabels |
( |
array |
$labels | ) |
|
Adds to any array keys for each value.
- Parameters
-
- Returns
- Transformation
Definition at line 40 of file Group.php.
42 return new AddLabels($labels, $this->dataFactory);
◆ mapValues()
Returns a transformation which applies the given transformation to the element of the array passed to the transformation.
Definition at line 49 of file Group.php.
51 return new MapValues($trafo);
◆ $dataFactory
Factory ILIAS\Refinery\Container\Group::$dataFactory |
|
private |
The documentation for this class was generated from the following file: