|
ILIAS
release_8 Revision v8.24
|
Condition set Note: This object currently focuses on repository objects as targets. More...
Collaboration diagram for ilConditionSet:Public Member Functions | |
| __construct (array $conditions) | |
| getConditions () | |
| withHiddenStatus (bool $hidden_status) | |
| Set hidden status (trigger objects should be hidden in presentation) More... | |
| getHiddenStatus () | |
| withAllObligatory () | |
| Set all conditions being obligatory (standard behaviour) More... | |
| getAllObligatory () | |
| withNumObligatory (int $num_obligatory) | |
| Set number of obligatory conditions. More... | |
| getNumObligatory () | |
| Get number of obligatory conditions. More... | |
Protected Attributes | |
| bool | $hidden_status = null |
| bool | $all_obligatory = null |
| array | $conditions |
| int | $num_obligatory = null |
Condition set Note: This object currently focuses on repository objects as targets.
It does not make use of the SHARED_CONDITIONS mode (ref_handling will be 1 for these items).
Definition at line 29 of file class.ilConditionSet.php.
| ilConditionSet::__construct | ( | array | $conditions | ) |
| ilCondition[] |
Definition at line 42 of file class.ilConditionSet.php.
References $conditions.
| ilConditionSet::getAllObligatory | ( | ) |
Definition at line 80 of file class.ilConditionSet.php.
References $all_obligatory.
| ilConditionSet::getConditions | ( | ) |
Definition at line 50 of file class.ilConditionSet.php.
References $conditions.
| ilConditionSet::getHiddenStatus | ( | ) |
Definition at line 65 of file class.ilConditionSet.php.
References $hidden_status.
| ilConditionSet::getNumObligatory | ( | ) |
Get number of obligatory conditions.
Definition at line 98 of file class.ilConditionSet.php.
References $num_obligatory.
| ilConditionSet::withAllObligatory | ( | ) |
Set all conditions being obligatory (standard behaviour)
Definition at line 73 of file class.ilConditionSet.php.
| ilConditionSet::withHiddenStatus | ( | bool | $hidden_status | ) |
Set hidden status (trigger objects should be hidden in presentation)
Definition at line 58 of file class.ilConditionSet.php.
References $hidden_status.
| ilConditionSet::withNumObligatory | ( | int | $num_obligatory | ) |
Set number of obligatory conditions.
Definition at line 88 of file class.ilConditionSet.php.
References $num_obligatory.
|
protected |
Definition at line 32 of file class.ilConditionSet.php.
Referenced by getAllObligatory().
|
protected |
Definition at line 36 of file class.ilConditionSet.php.
Referenced by __construct(), and getConditions().
|
protected |
Definition at line 31 of file class.ilConditionSet.php.
Referenced by getHiddenStatus(), and withHiddenStatus().
|
protected |
Definition at line 37 of file class.ilConditionSet.php.
Referenced by getNumObligatory(), and withNumObligatory().