ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Condition factory. More...
Public Member Functions | |
__construct (ilConditionObjectAdapterInterface $cond_obj_adapter=null) | |
Constructor. More... | |
repositoryTrigger ($ref_id) | |
Repository condition trigger object. More... | |
set ($conditions) | |
Condition set. More... | |
condition (ilConditionTrigger $trigger, $operator, $value=null) | |
Condition. More... | |
operator () | |
Standard operator factory. More... | |
Protected Attributes | |
$cond_obj_adapter | |
Condition factory.
Definition at line 11 of file class.ilConditionFactory.php.
ilConditionFactory::__construct | ( | ilConditionObjectAdapterInterface | $cond_obj_adapter = null | ) |
Constructor.
Definition at line 21 of file class.ilConditionFactory.php.
References $cond_obj_adapter.
ilConditionFactory::condition | ( | ilConditionTrigger | $trigger, |
$operator, | |||
$value = null |
|||
) |
Condition.
ilConditionTrigger | $trigger | |
string | $operator | |
string | $value |
Definition at line 61 of file class.ilConditionFactory.php.
ilConditionFactory::operator | ( | ) |
Standard operator factory.
Definition at line 72 of file class.ilConditionFactory.php.
ilConditionFactory::repositoryTrigger | ( | $ref_id | ) |
Repository condition trigger object.
int | $a_ref_id | ref id of trigger object |
Definition at line 34 of file class.ilConditionFactory.php.
ilConditionFactory::set | ( | $conditions | ) |
Condition set.
ilCondition[] | $conditions |
Definition at line 48 of file class.ilConditionFactory.php.
|
protected |
Definition at line 16 of file class.ilConditionFactory.php.
Referenced by __construct().