|
ILIAS
release_8 Revision v8.24
|
Condition factory. More...
Collaboration diagram for ilConditionFactory:Public Member Functions | |
| __construct (ilConditionObjectAdapterInterface $cond_obj_adapter=null) | |
| repositoryTrigger (int $ref_id) | |
| Repository condition trigger object. More... | |
| set (array $conditions) | |
| Condition set. More... | |
| condition (ilConditionTrigger $trigger, string $operator, ?string $value=null) | |
| operator () | |
Protected Attributes | |
| ilConditionObjectAdapterInterface | $cond_obj_adapter |
Condition factory.
Definition at line 26 of file class.ilConditionFactory.php.
| ilConditionFactory::__construct | ( | ilConditionObjectAdapterInterface | $cond_obj_adapter = null | ) |
Definition at line 30 of file class.ilConditionFactory.php.
References $cond_obj_adapter.
| ilConditionFactory::condition | ( | ilConditionTrigger | $trigger, |
| string | $operator, | ||
| ?string | $value = null |
||
| ) |
Definition at line 58 of file class.ilConditionFactory.php.
| ilConditionFactory::operator | ( | ) |
Definition at line 63 of file class.ilConditionFactory.php.
| ilConditionFactory::repositoryTrigger | ( | int | $ref_id | ) |
Repository condition trigger object.
Definition at line 42 of file class.ilConditionFactory.php.
References $ref_id.
| ilConditionFactory::set | ( | array | $conditions | ) |
Condition set.
| ilCondition[] | $conditions |
Definition at line 53 of file class.ilConditionFactory.php.
|
protected |
Definition at line 28 of file class.ilConditionFactory.php.
Referenced by __construct().