|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Condition class. More...
Collaboration diagram for ilCondition:Public Member Functions | |
| __construct (ilConditionTrigger $trigger, $operator, $value=null) | |
| Constructor. More... | |
| getTrigger () | |
| Get trigger. More... | |
| getOperator () | |
| Get operator. More... | |
| getValue () | |
| Get value. More... | |
| withObligatory ($obligatory) | |
| Set obligatory. More... | |
| getObligatory () | |
| Get obligatory. More... | |
| withId ($id) | |
| Set id. More... | |
| getId () | |
| Get id. More... | |
Protected Attributes | |
| $trigger | |
| $operator | |
| $value | |
| $obligatory | |
| $id | |
Condition class.
Definition at line 11 of file class.ilCondition.php.
| ilCondition::__construct | ( | ilConditionTrigger | $trigger, |
| $operator, | |||
$value = null |
|||
| ) |
Constructor.
Definition at line 41 of file class.ilCondition.php.
| ilCondition::getId | ( | ) |
| ilCondition::getObligatory | ( | ) |
Get obligatory.
Definition at line 96 of file class.ilCondition.php.
References $obligatory.
| ilCondition::getOperator | ( | ) |
Get operator.
Definition at line 63 of file class.ilCondition.php.
References $operator.
| ilCondition::getTrigger | ( | ) |
Get trigger.
Definition at line 53 of file class.ilCondition.php.
References $trigger.
| ilCondition::getValue | ( | ) |
Get value.
Definition at line 73 of file class.ilCondition.php.
References $value.
| ilCondition::withId | ( | $id | ) |
Set id.
| int | $id | id |
Definition at line 107 of file class.ilCondition.php.
References $id.
| ilCondition::withObligatory | ( | $obligatory | ) |
Set obligatory.
| bool | $obligatory | obligatory |
Definition at line 84 of file class.ilCondition.php.
References $obligatory.
|
protected |
Definition at line 36 of file class.ilCondition.php.
|
protected |
Definition at line 31 of file class.ilCondition.php.
Referenced by getObligatory(), and withObligatory().
|
protected |
Definition at line 21 of file class.ilCondition.php.
Referenced by __construct(), and getOperator().
|
protected |
Definition at line 16 of file class.ilCondition.php.
Referenced by __construct(), and getTrigger().
|
protected |
Definition at line 26 of file class.ilCondition.php.
Referenced by __construct(), and getValue().