ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilLPStatusFactory Creates status class instances for learning progress modes of an object. More...
Static Public Member Functions | |
static | _getClassById ($a_obj_id, $a_mode=null) |
static | _getClassByIdAndType ($a_obj_id, $a_type) |
static | _getInstance ($a_obj_id, $a_mode=null) |
Static Protected Member Functions | |
static | includeClass ($a_class) |
Static Private Attributes | |
static | $class_by_obj_id = array() |
Class ilLPStatusFactory Creates status class instances for learning progress modes of an object.
E.g obj_id of course returns an instance of ilLPStatusManual, ilLPStatusObjectives ...
Definition at line 19 of file class.ilLPStatusFactory.php.
|
static |
Definition at line 23 of file class.ilLPStatusFactory.php.
References $map, exit, ilLPObjSettings\getClassMap(), ilObjectLP\getInstance(), and ilLPObjSettings\LP_MODE_UNDEFINED.
Referenced by ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getFailed(), ilLPStatusWrapper\_getInProgress(), ilLPStatusWrapper\_getNotAttempted(), ilLPStatusWrapper\_getStatusInfo(), ilLPStatusWrapper\_getTypicalLearningTime(), ilLPStatusWrapper\_lookupCompletedForObject(), ilLPStatusWrapper\_lookupFailedForObject(), ilLPStatusWrapper\_lookupInProgressForObject(), ilLMExplorerGUI\checkLPIcon(), ilTrQuery\getParticipantsForObject(), ilLearningProgressGUI\initCollectionManualForm(), ilLearningProgressGUI\showtlt(), ilTrackingTest\testLPMarks(), and ilLearningProgressGUI\updateManual().
|
static |
Definition at line 70 of file class.ilLPStatusFactory.php.
Referenced by ilLPStatusWrapper\_getCompletedByType(), ilLPStatusWrapper\_getFailedByType(), ilLPStatusWrapper\_getInProgressByType(), ilLPStatusWrapper\_getNotAttemptedByType(), and ilLPStatusWrapper\_getStatusInfoByType().
|
static |
Definition at line 84 of file class.ilLPStatusFactory.php.
References $map, exit, ilLPObjSettings\getClassMap(), ilObjectLP\getInstance(), and ilLPObjSettings\LP_MODE_UNDEFINED.
Referenced by ilLPStatusWrapper\_determineStatus(), ilLPStatusWrapper\_refreshStatus(), ilLPStatusWrapper\_setDirty(), ilLPStatusWrapper\_updateStatus(), ilLPStatus\checkStatusForObject(), ilTrQuery\getObjectIds(), and ilTestLP\resetCustomLPDataForUserIds().
|
staticprotected |
|
staticprivate |
Definition at line 21 of file class.ilLPStatusFactory.php.