|
ILIAS
release_8 Revision v8.24
|
Class ilLPStatusFactory Creates status class instances for learning progress modes of an object. More...
Collaboration diagram for ilLPStatusFactory:Static Public Member Functions | |
| static | _getClassById (int $a_obj_id, ?int $a_mode=null) |
| static | _getClassByIdAndType (int $a_obj_id, string $a_type) |
| static | _getInstance (int $a_obj_id, ?int $a_mode=null) |
Private Member Functions | |
| __construct () | |
| getLogger () | |
Static Private Member Functions | |
| static | getFactoryInstance () |
Private Attributes | |
| ilLogger | $logger |
Static Private Attributes | |
| static self | $instance = null |
| static array | $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 14 of file class.ilLPStatusFactory.php.
|
private |
Definition at line 29 of file class.ilLPStatusFactory.php.
References $DIC, and ILIAS\Repository\logger().
Here is the call graph for this function:
|
static |
Definition at line 41 of file class.ilLPStatusFactory.php.
References ilObjectLP\getInstance().
Referenced by ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getFailed(), ilLPStatusWrapper\_getInProgress(), ilLPStatusWrapper\_getNotAttempted(), ilLPStatusWrapper\_getStatusInfo(), ilLPStatusWrapper\_getTypicalLearningTime(), ilLMExplorerGUI\checkLPIcon(), ilTrQuery\getParticipantsForObject(), ilLearningProgressGUI\initCollectionManualForm(), ilLearningProgressGUI\showtlt(), and ilLearningProgressGUI\updateManual().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 79 of file class.ilLPStatusFactory.php.
References $factory, $message, and ilLogLevel\ERROR.
|
static |
Definition at line 96 of file class.ilLPStatusFactory.php.
References ilObjectLP\getInstance().
Referenced by ilLPStatusWrapper\_determineStatus(), ilLPStatusWrapper\_setDirty(), and ilTestLP\resetCustomLPDataForUserIds().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprivate |
Definition at line 21 of file class.ilLPStatusFactory.php.
References $instance.
|
private |
Definition at line 36 of file class.ilLPStatusFactory.php.
References $logger.
|
staticprivate |
Definition at line 17 of file class.ilLPStatusFactory.php.
|
staticprivate |
Definition at line 16 of file class.ilLPStatusFactory.php.
Referenced by getFactoryInstance().
|
private |
Definition at line 19 of file class.ilLPStatusFactory.php.
Referenced by getLogger().