|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 25 of file class.ilConditionFactory.php.
| ilConditionFactory::__construct | ( | ?ilConditionObjectAdapterInterface | $cond_obj_adapter = null | ) |
Definition at line 29 of file class.ilConditionFactory.php.
References $cond_obj_adapter.
| ilConditionFactory::condition | ( | ilConditionTrigger | $trigger, |
| string | $operator, | ||
| ?string | $value = null |
||
| ) |
Definition at line 57 of file class.ilConditionFactory.php.
| ilConditionFactory::operator | ( | ) |
Definition at line 62 of file class.ilConditionFactory.php.
| ilConditionFactory::repositoryTrigger | ( | int | $ref_id | ) |
Repository condition trigger object.
Definition at line 41 of file class.ilConditionFactory.php.
References $ref_id.
| ilConditionFactory::set | ( | array | $conditions | ) |
Condition set.
| ilCondition[] | $conditions |
Definition at line 52 of file class.ilConditionFactory.php.
|
protected |
Definition at line 27 of file class.ilConditionFactory.php.
Referenced by __construct().