ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Condition set Note: This object currently focuses on repository objects as targets. More...
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 28 of file class.ilConditionSet.php.
ilConditionSet::__construct | ( | array | $conditions | ) |
ilCondition[] |
Definition at line 41 of file class.ilConditionSet.php.
References $conditions.
ilConditionSet::getAllObligatory | ( | ) |
ilConditionSet::getConditions | ( | ) |
Definition at line 49 of file class.ilConditionSet.php.
References $conditions.
ilConditionSet::getHiddenStatus | ( | ) |
ilConditionSet::getNumObligatory | ( | ) |
Get number of obligatory conditions.
Definition at line 97 of file class.ilConditionSet.php.
References $num_obligatory.
ilConditionSet::withAllObligatory | ( | ) |
Set all conditions being obligatory (standard behaviour)
Definition at line 72 of file class.ilConditionSet.php.
ilConditionSet::withHiddenStatus | ( | bool | $hidden_status | ) |
Set hidden status (trigger objects should be hidden in presentation)
Definition at line 57 of file class.ilConditionSet.php.
References $hidden_status.
ilConditionSet::withNumObligatory | ( | int | $num_obligatory | ) |
Set number of obligatory conditions.
Definition at line 87 of file class.ilConditionSet.php.
References $num_obligatory.
|
protected |
Definition at line 31 of file class.ilConditionSet.php.
Referenced by getAllObligatory().
|
protected |
Definition at line 35 of file class.ilConditionSet.php.
Referenced by __construct(), and getConditions().
|
protected |
Definition at line 30 of file class.ilConditionSet.php.
Referenced by getHiddenStatus(), and withHiddenStatus().
|
protected |
Definition at line 36 of file class.ilConditionSet.php.
Referenced by getNumObligatory(), and withNumObligatory().