ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Condition class. More...
Public Member Functions | |
__construct (ilConditionTrigger $trigger, string $operator,?string $value=null) | |
getTrigger () | |
getOperator () | |
getValue () | |
withObligatory (bool $obligatory) | |
getObligatory () | |
withId (int $id) | |
getId () | |
Protected Attributes | |
ilConditionTrigger | $trigger |
string | $operator |
string | $value |
bool | $obligatory = false |
int | $id |
Condition class.
Definition at line 26 of file class.ilCondition.php.
ilCondition::__construct | ( | ilConditionTrigger | $trigger, |
string | $operator, | ||
?string | $value = null |
||
) |
ilCondition::getId | ( | ) |
Definition at line 75 of file class.ilCondition.php.
References $id.
ilCondition::getObligatory | ( | ) |
ilCondition::getOperator | ( | ) |
ilCondition::getTrigger | ( | ) |
Definition at line 41 of file class.ilCondition.php.
References $trigger.
ilCondition::getValue | ( | ) |
ilCondition::withId | ( | int | $id | ) |
ilCondition::withObligatory | ( | bool | $obligatory | ) |
|
protected |
Definition at line 32 of file class.ilCondition.php.
|
protected |
Definition at line 31 of file class.ilCondition.php.
Referenced by getObligatory(), and withObligatory().
|
protected |
Definition at line 29 of file class.ilCondition.php.
Referenced by __construct(), and getOperator().
|
protected |
Definition at line 28 of file class.ilCondition.php.
Referenced by __construct(), and getTrigger().
|
protected |
Definition at line 30 of file class.ilCondition.php.
Referenced by __construct(), and getValue().