|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Condition set. More...
Collaboration diagram for ilConditionSet:Public Member Functions | |
| __construct (array $conditions) | |
| Constructor. More... | |
| getConditions () | |
| Get conditions. More... | |
| withHiddenStatus ($hidden_status) | |
| Set hidden status (trigger objects should be hidden in presentation) More... | |
| getHiddenStatus () | |
| Get hidden status. More... | |
| withAllObligatory () | |
| Set all conditions being obligatory (standard behaviour) More... | |
| getAllObligatory () | |
| Get with all obligatory. More... | |
| withNumObligatory ($num_obligatory) | |
| Set number of obligatory conditions. More... | |
| getNumObligatory () | |
| Get number of obligatory conditions. More... | |
Protected Attributes | |
| $hidden_status | |
| $all_obligatory | |
| $conditions | |
| $num_obligatory | |
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 13 of file class.ilConditionSet.php.
| ilConditionSet::__construct | ( | array | $conditions | ) |
Constructor.
Definition at line 38 of file class.ilConditionSet.php.
References $conditions.
| ilConditionSet::getAllObligatory | ( | ) |
Get with all obligatory.
Definition at line 91 of file class.ilConditionSet.php.
References $all_obligatory.
| ilConditionSet::getConditions | ( | ) |
Get conditions.
Definition at line 48 of file class.ilConditionSet.php.
References $conditions.
| ilConditionSet::getHiddenStatus | ( | ) |
Get hidden status.
Definition at line 71 of file class.ilConditionSet.php.
References $hidden_status.
| ilConditionSet::getNumObligatory | ( | ) |
Get number of obligatory conditions.
Definition at line 114 of file class.ilConditionSet.php.
References $num_obligatory.
| ilConditionSet::withAllObligatory | ( | ) |
Set all conditions being obligatory (standard behaviour)
Definition at line 79 of file class.ilConditionSet.php.
| ilConditionSet::withHiddenStatus | ( | $hidden_status | ) |
Set hidden status (trigger objects should be hidden in presentation)
| bool | $hidden_status | hidden status |
Definition at line 59 of file class.ilConditionSet.php.
References $hidden_status.
| ilConditionSet::withNumObligatory | ( | $num_obligatory | ) |
Set number of obligatory conditions.
| int | $num_obligatory | number of obligatory conditions |
Definition at line 102 of file class.ilConditionSet.php.
References $num_obligatory.
|
protected |
Definition at line 23 of file class.ilConditionSet.php.
Referenced by getAllObligatory().
|
protected |
Definition at line 28 of file class.ilConditionSet.php.
Referenced by __construct(), and getConditions().
|
protected |
Definition at line 18 of file class.ilConditionSet.php.
Referenced by getHiddenStatus(), and withHiddenStatus().
|
protected |
Definition at line 33 of file class.ilConditionSet.php.
Referenced by getNumObligatory(), and withNumObligatory().