ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Condition factory. More...
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.
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().