ILIAS  release_7 Revision v7.30-3-g800a261c036
ILIAS\Refinery\Container\Group Class Reference
+ Collaboration diagram for ILIAS\Refinery\Container\Group:

Public Member Functions

 __construct (Factory $dataFactory)
 
 addLabels (array $labels)
 Adds to any array keys for each value. More...
 

Private Attributes

 $dataFactory
 

Detailed Description

Author
Niels Theen nthee.nosp@m.n@da.nosp@m.tabay.nosp@m..de

Definition at line 11 of file Group.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Refinery\Container\Group::__construct ( Factory  $dataFactory)

Definition at line 18 of file Group.php.

References ILIAS\Refinery\Container\Group\$dataFactory.

19  {
20  $this->dataFactory = $dataFactory;
21  }

Member Function Documentation

◆ addLabels()

ILIAS\Refinery\Container\Group::addLabels ( array  $labels)

Adds to any array keys for each value.

Parameters
array$labels
Returns
mixed

Definition at line 29 of file Group.php.

30  {
31  return new AddLabels($labels, $this->dataFactory);
32  }

Field Documentation

◆ $dataFactory

ILIAS\Refinery\Container\Group::$dataFactory
private

Definition at line 16 of file Group.php.

Referenced by ILIAS\Refinery\Container\Group\__construct().


The documentation for this class was generated from the following file: