ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Refinery\Numeric\Group Class Reference
+ Collaboration diagram for ILIAS\Refinery\Numeric\Group:

Public Member Functions

 __construct (Factory $dataFactory, ilLanguage $language)
 
 isNumeric ()
 

Private Attributes

Factory $dataFactory
 
ilLanguage $language
 

Detailed Description

Definition at line 27 of file Group.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 32 of file Group.php.

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

33  {
34  $this->dataFactory = $dataFactory;
35  $this->language = $language;
36  }
+ Here is the call graph for this function:

Member Function Documentation

◆ isNumeric()

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

Definition at line 38 of file Group.php.

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

38  : Constraint
39  {
40  return new IsNumeric($this->dataFactory, $this->language);
41  }
+ Here is the call graph for this function:

Field Documentation

◆ $dataFactory

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

Definition at line 29 of file Group.php.

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

◆ $language

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

Definition at line 30 of file Group.php.

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


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