|
ILIAS
release_8 Revision v8.24
|
Condition class. More...
Collaboration diagram for ilCondition: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 27 of file class.ilCondition.php.
| ilCondition::__construct | ( | ilConditionTrigger | $trigger, |
| string | $operator, | ||
| ?string | $value = null |
||
| ) |
Definition at line 35 of file class.ilCondition.php.
| ilCondition::getId | ( | ) |
Definition at line 76 of file class.ilCondition.php.
References $id.
| ilCondition::getObligatory | ( | ) |
| ilCondition::getOperator | ( | ) |
Definition at line 47 of file class.ilCondition.php.
References $operator.
| ilCondition::getTrigger | ( | ) |
Definition at line 42 of file class.ilCondition.php.
References $trigger.
| ilCondition::getValue | ( | ) |
Definition at line 52 of file class.ilCondition.php.
References $value.
| ilCondition::withId | ( | int | $id | ) |
Definition at line 69 of file class.ilCondition.php.
References $id.
| ilCondition::withObligatory | ( | bool | $obligatory | ) |
Definition at line 57 of file class.ilCondition.php.
References $obligatory.
|
protected |
Definition at line 33 of file class.ilCondition.php.
|
protected |
Definition at line 32 of file class.ilCondition.php.
Referenced by getObligatory(), and withObligatory().
|
protected |
Definition at line 30 of file class.ilCondition.php.
Referenced by __construct(), and getOperator().
|
protected |
Definition at line 29 of file class.ilCondition.php.
Referenced by __construct(), and getTrigger().
|
protected |
Definition at line 31 of file class.ilCondition.php.
Referenced by __construct(), and getValue().