ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Refinery\Numeric\Group Class Reference
+ Collaboration diagram for ILIAS\Refinery\Numeric\Group:

Public Member Functions

 __construct (Factory $dataFactory, \ILIAS\Language\Language $language)
 
 isNumeric ()
 

Private Attributes

Factory $dataFactory
 
ILIAS Language Language $language
 

Detailed Description

Definition at line 26 of file Group.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Refinery\Numeric\Group::__construct ( Factory  $dataFactory,
\ILIAS\Language\Language  $language 
)

Definition at line 31 of file Group.php.

32 {
33 $this->dataFactory = $dataFactory;
34 $this->language = $language;
35 }
ILIAS Language Language $language
Definition: Group.php:29

References ILIAS\Refinery\Numeric\Group\$dataFactory, ILIAS\Refinery\Numeric\Group\$language, and ILIAS\UI\examples\Symbol\Glyph\Language\language().

+ Here is the call graph for this function:

Member Function Documentation

◆ isNumeric()

ILIAS\Refinery\Numeric\Group::isNumeric ( )

Definition at line 37 of file Group.php.

37 : Constraint
38 {
39 return new IsNumeric($this->dataFactory, $this->language);
40 }

References ILIAS\UI\examples\Symbol\Glyph\Language\language().

+ Here is the call graph for this function:

Field Documentation

◆ $dataFactory

Factory ILIAS\Refinery\Numeric\Group::$dataFactory
private

Definition at line 28 of file Group.php.

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

◆ $language

ILIAS Language Language ILIAS\Refinery\Numeric\Group::$language
private

Definition at line 29 of file Group.php.

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


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