|
ILIAS
release_8 Revision v8.24
|
Handle Conditions within the LearningSequence Objects. More...
Inheritance diagram for ilLearningSequenceConditionController:
Collaboration diagram for ilLearningSequenceConditionController:Public Member Functions | |
| isContainerConditionController (int $a_container_ref_id) | |
| Returns true, if the a container controls the conditions of its childrens. More... | |
| getConditionSetForRepositoryObject (int $a_container_child_ref_id) | |
| Returns condition set for a repository object which is children under a container that controls the conditions. More... | |
| isContainerConditionController (int $a_container_ref_id) | |
| Returns true, if the a container controls the conditions of its childrens. More... | |
| getConditionSetForRepositoryObject (int $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) | |
| getSequencedItems (int $container_ref_id) | |
| applyConditionsForCurrentUser (int $container_ref_id) | |
Handle Conditions within the LearningSequence Objects.
Definition at line 26 of file class.ilLearningSequenceConditionController.php.
|
protected |
Definition at line 133 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 96 of file class.ilLearningSequenceConditionController.php.
References $dic, and getDIC().
Referenced by applyConditionsForCurrentUser().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningSequenceConditionController::getConditionSetForRepositoryObject | ( | int | $a_container_child_ref_id | ) |
Returns condition set for a repository object which is children under a container that controls the conditions.
Implements ilConditionControllerInterface.
Definition at line 39 of file class.ilLearningSequenceConditionController.php.
References Vendor\Package\$f, $index, applyConditionsForCurrentUser(), getConditionsFactory(), getParentRefIdFor(), getSequencedItems(), and ilLSPostConditionDB\STD_ALWAYS_OPERATOR.
Here is the call graph for this function:
|
protected |
Definition at line 79 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 84 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 102 of file class.ilLearningSequenceConditionController.php.
References getTree().
Referenced by getConditionSetForRepositoryObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 127 of file class.ilLearningSequenceConditionController.php.
References $container.
Referenced by getConditionSetForRepositoryObject().
Here is the caller graph for this function:
|
protected |
Definition at line 90 of file class.ilLearningSequenceConditionController.php.
References $dic, and getDIC().
Referenced by getParentRefIdFor().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLearningSequenceConditionController::isContainerConditionController | ( | int | $a_container_ref_id | ) |
Returns true, if the a container controls the conditions of its childrens.
Implements ilConditionControllerInterface.
Definition at line 31 of file class.ilLearningSequenceConditionController.php.