ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Handle Conditions within the LearningSequence Objects. More...
Public Member Functions | ||||
isContainerConditionController ($a_container_ref_id) | ||||
Returns true, if the a container controls the conditions of its childrens.
| ||||
getConditionSetForRepositoryObject ($a_container_child_ref_id) | ||||
Returns condition set for a repository object which is children under a container that controls the conditions.
| ||||
Protected Member Functions | |
getConditionsFactory () | |
getDIC () | |
getTree () | |
getAccess () | |
getParentRefIdFor (int $child_ref_id) | |
getContainerObject (int $container_ref_id) | |
getSequencedItems (int $container_ref_id) | |
applyConditionsForCurrentUser (int $container_ref_id) | |
Handle Conditions within the LearningSequence Objects.
Definition at line 10 of file class.ilLearningSequenceConditionController.php.
|
protected |
Definition at line 109 of file class.ilLearningSequenceConditionController.php.
References getAccess().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 86 of file class.ilLearningSequenceConditionController.php.
References $dic, and getDIC().
Referenced by applyConditionsForCurrentUser().
ilLearningSequenceConditionController::getConditionSetForRepositoryObject | ( | $a_container_child_ref_id | ) |
Returns condition set for a repository object which is children under a container that controls the conditions.
int | $a_container_child_ref_id | ref if of children object |
Implements ilConditionControllerInterface.
Definition at line 23 of file class.ilLearningSequenceConditionController.php.
References Vendor\Package\$f, $index, applyConditionsForCurrentUser(), getConditionsFactory(), getParentRefIdFor(), getSequencedItems(), and ilLSPostConditionDB\STD_ALWAYS_OPERATOR.
|
protected |
Definition at line 69 of file class.ilLearningSequenceConditionController.php.
References getDIC().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 98 of file class.ilLearningSequenceConditionController.php.
References ilObjectFactory\getInstanceByRefId().
Referenced by getSequencedItems().
|
protected |
Definition at line 74 of file class.ilLearningSequenceConditionController.php.
References $DIC.
Referenced by getAccess(), getConditionsFactory(), and getTree().
|
protected |
Definition at line 92 of file class.ilLearningSequenceConditionController.php.
References getTree().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 103 of file class.ilLearningSequenceConditionController.php.
References $container, and getContainerObject().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 80 of file class.ilLearningSequenceConditionController.php.
References $dic, and getDIC().
Referenced by getParentRefIdFor().
ilLearningSequenceConditionController::isContainerConditionController | ( | $a_container_ref_id | ) |
Returns true, if the a container controls the conditions of its childrens.
int | $a_container_ref_id | ref id of a container |
Implements ilConditionControllerInterface.
Definition at line 15 of file class.ilLearningSequenceConditionController.php.