ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ILIAS\Refinery\Logical\Group Class Reference
+ Collaboration diagram for ILIAS\Refinery\Logical\Group:

Public Member Functions

 __construct (Factory $dataFactory, \ILIAS\Language\Language $language)
 
 logicalOr (array $other)
 
 not (Constraint $constraint)
 
 parallel (array $constraints)
 
 sequential (array $constraints)
 

Private Attributes

Factory $dataFactory
 
ILIAS Language Language $language
 

Detailed Description

Definition at line 26 of file Group.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Refinery\Logical\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\Logical\Group\$dataFactory, ILIAS\Refinery\Logical\Group\$language, and ILIAS\UI\examples\Symbol\Glyph\Language\language().

+ Here is the call graph for this function:

Member Function Documentation

◆ logicalOr()

ILIAS\Refinery\Logical\Group::logicalOr ( array  $other)
Parameters
Constraint[]$other

Definition at line 40 of file Group.php.

40 : Constraint
41 {
42 return new LogicalOr($other, $this->dataFactory, $this->language);
43 }

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

+ Here is the call graph for this function:

◆ not()

ILIAS\Refinery\Logical\Group::not ( Constraint  $constraint)

Definition at line 45 of file Group.php.

45 : Constraint
46 {
47 return new Not($constraint, $this->dataFactory, $this->language);
48 }

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

+ Here is the call graph for this function:

◆ parallel()

ILIAS\Refinery\Logical\Group::parallel ( array  $constraints)
Parameters
Constraint[]$constraints

Definition at line 53 of file Group.php.

53 : Constraint
54 {
55 return new Parallel($constraints, $this->dataFactory, $this->language);
56 }

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

+ Here is the call graph for this function:

◆ sequential()

ILIAS\Refinery\Logical\Group::sequential ( array  $constraints)
Parameters
Constraint[]$constraints

Definition at line 61 of file Group.php.

61 : Constraint
62 {
63 return new Sequential($constraints, $this->dataFactory, $this->language);
64 }

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

+ Here is the call graph for this function:

Field Documentation

◆ $dataFactory

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

Definition at line 28 of file Group.php.

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

◆ $language

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

Definition at line 29 of file Group.php.

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


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