ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 108 of file class.ilLearningSequenceConditionController.php.
References getAccess().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 85 of file class.ilLearningSequenceConditionController.php.
References 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 $f, $index, applyConditionsForCurrentUser(), getConditionsFactory(), getParentRefIdFor(), getSequencedItems(), and ilLSPostConditionDB\STD_ALWAYS_OPERATOR.
|
protected |
Definition at line 68 of file class.ilLearningSequenceConditionController.php.
References getDIC().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 97 of file class.ilLearningSequenceConditionController.php.
References ilObjectFactory\getInstanceByRefId().
Referenced by getSequencedItems().
|
protected |
Definition at line 73 of file class.ilLearningSequenceConditionController.php.
References $DIC.
Referenced by getAccess(), getConditionsFactory(), and getTree().
|
protected |
Definition at line 91 of file class.ilLearningSequenceConditionController.php.
References $tree, and getTree().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 102 of file class.ilLearningSequenceConditionController.php.
References $container, and getContainerObject().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 79 of file class.ilLearningSequenceConditionController.php.
References 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.