|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Handle Conditions within the LearningSequence Objects. More...
Inheritance diagram for ilLearningSequenceConditionController:
Collaboration diagram for ilLearningSequenceConditionController: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.
| ||||
| isContainerConditionController ($a_container_ref_id) | ||||
| Returns true, if the a container controls the conditions of its childrens. More... | ||||
| getConditionSetForRepositoryObject ($a_container_child_ref_id) | ||||
| Returns condition set for a repository object which is children under a container that controls the conditions. More... | ||||
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 85 of file class.ilLearningSequenceConditionController.php.
References getDIC().
Referenced by applyConditionsForCurrentUser().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:
|
protected |
Definition at line 68 of file class.ilLearningSequenceConditionController.php.
References getDIC().
Referenced by getConditionSetForRepositoryObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 97 of file class.ilLearningSequenceConditionController.php.
References ilObjectFactory\getInstanceByRefId().
Referenced by getSequencedItems().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 73 of file class.ilLearningSequenceConditionController.php.
References $DIC.
Referenced by getAccess(), getConditionsFactory(), and getTree().
Here is the caller graph for this function:
|
protected |
Definition at line 91 of file class.ilLearningSequenceConditionController.php.
References $tree, and getTree().
Referenced by getConditionSetForRepositoryObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 102 of file class.ilLearningSequenceConditionController.php.
References $container, and getContainerObject().
Referenced by getConditionSetForRepositoryObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 79 of file class.ilLearningSequenceConditionController.php.
References getDIC().
Referenced by getParentRefIdFor().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.