◆ __construct()
ILIAS\Refinery\Logical\Group::__construct |
( |
Factory |
$dataFactory, |
|
|
\ilLanguage |
$language |
|
) |
| |
◆ logicalOr()
ILIAS\Refinery\Logical\Group::logicalOr |
( |
array |
$other | ) |
|
◆ not()
ILIAS\Refinery\Logical\Group::not |
( |
Constraint |
$constraint | ) |
|
- Parameters
-
- Returns
- Not
Definition at line 47 of file Group.php.
47 : Not
48 {
49 return new Not($constraint, $this->dataFactory, $this->
language);
50 }
References language().
◆ parallel()
ILIAS\Refinery\Logical\Group::parallel |
( |
array |
$constraints | ) |
|
- Parameters
-
- Returns
- Parallel
Definition at line 56 of file Group.php.
56 : Parallel
57 {
58 return new Parallel($constraints, $this->dataFactory, $this->
language);
59 }
References language().
◆ sequential()
ILIAS\Refinery\Logical\Group::sequential |
( |
array |
$constraints | ) |
|
- Parameters
-
- Returns
- Sequential
Definition at line 65 of file Group.php.
65 : Sequential
66 {
67 return new Sequential($constraints, $this->dataFactory, $this->
language);
68 }
References language().
◆ $dataFactory
ILIAS\Refinery\Logical\Group::$dataFactory |
|
private |
◆ $language
ILIAS\Refinery\Logical\Group::$language |
|
private |
The documentation for this class was generated from the following file: