ILIAS  release_8 Revision v8.23
ILIAS\Data\Dimension\Dimension Class Reference
+ Inheritance diagram for ILIAS\Data\Dimension\Dimension:
+ Collaboration diagram for ILIAS\Data\Dimension\Dimension:

Public Member Functions

 getLabels ()
 
 checkValue ($value)
 

Protected Attributes

array $value_labels = []
 

Detailed Description

Author
Thomas Famula famul.nosp@m.a@le.nosp@m.ifos..nosp@m.de

Definition at line 27 of file Dimension.php.

Member Function Documentation

◆ checkValue()

ILIAS\Data\Dimension\Dimension::checkValue (   $value)
abstract

Referenced by ILIAS\Data\Dimension\Dimension\getLabels().

+ Here is the caller graph for this function:

◆ getLabels()

ILIAS\Data\Dimension\Dimension::getLabels ( )

Definition at line 31 of file Dimension.php.

References ILIAS\Data\Dimension\Dimension\$value_labels, and ILIAS\Data\Dimension\Dimension\checkValue().

Referenced by ILIAS\Data\Dimension\RangeDimension\__construct().

31  : array
32  {
33  return $this->value_labels;
34  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ $value_labels

array ILIAS\Data\Dimension\Dimension::$value_labels = []
protected

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