| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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  | 
        ||
| ) | 
| ilCondition::getId | ( | ) | 
Definition at line 76 of file class.ilCondition.php.
References $id.
| ilCondition::getObligatory | ( | ) | 
| ilCondition::getOperator | ( | ) | 
| ilCondition::getTrigger | ( | ) | 
Definition at line 42 of file class.ilCondition.php.
References $trigger.
| ilCondition::getValue | ( | ) | 
| ilCondition::withId | ( | int | $id | ) | 
| ilCondition::withObligatory | ( | bool | $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().