ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ILIAS\Refinery\Numeric\Group Class Reference
+ Collaboration diagram for ILIAS\Refinery\Numeric\Group:

Public Member Functions

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

Private Attributes

 $dataFactory
 
 $language
 

Detailed Description

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

Definition at line 12 of file Group.php.

Constructor & Destructor Documentation

◆ __construct()

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

Definition at line 24 of file Group.php.

References ILIAS\Refinery\Numeric\Group\$dataFactory, ILIAS\Refinery\Numeric\Group\$language, and language().

25  {
26  $this->dataFactory = $dataFactory;
27  $this->language = $language;
28  }
language()
Definition: language.php:2
+ Here is the call graph for this function:

Member Function Documentation

◆ isNumeric()

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

Definition at line 30 of file Group.php.

References language().

30  : IsNumeric
31  {
32  return new IsNumeric($this->dataFactory, $this->language);
33  }
language()
Definition: language.php:2
+ Here is the call graph for this function:

Field Documentation

◆ $dataFactory

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

Definition at line 17 of file Group.php.

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

◆ $language

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

Definition at line 22 of file Group.php.

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


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