ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
Handle Conditions within the LearningSequence Objects. More...
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... | |
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().
|
protected |
Definition at line 96 of file class.ilLearningSequenceConditionController.php.
References $dic, and getDIC().
Referenced by applyConditionsForCurrentUser().
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, applyConditionsForCurrentUser(), getConditionsFactory(), getParentRefIdFor(), getSequencedItems(), ILIAS\Repository\int(), and ilLSPostConditionDB\STD_ALWAYS_OPERATOR.
|
protected |
Definition at line 79 of file class.ilLearningSequenceConditionController.php.
References getDIC().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 84 of file class.ilLearningSequenceConditionController.php.
References $DIC.
Referenced by getAccess(), getConditionsFactory(), and getTree().
|
protected |
Definition at line 102 of file class.ilLearningSequenceConditionController.php.
References ilObjectFactory\getInstanceByRefId(), and getTree().
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 127 of file class.ilLearningSequenceConditionController.php.
References $container.
Referenced by getConditionSetForRepositoryObject().
|
protected |
Definition at line 90 of file class.ilLearningSequenceConditionController.php.
References $dic, and getDIC().
Referenced by getParentRefIdFor().
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.