ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilLPStatusManual ($a_obj_id) | |
_getNotAttempted ($a_obj_id) | |
_getInProgress ($a_obj_id) | |
_getCompleted ($a_obj_id) | |
__getLMInProgress ($a_obj_id) | |
__getCourseInProgress ($a_obj_id) | |
__getGroupInProgress ($a_obj_id) | |
Public Member Functions inherited from ilLPStatus | |
ilLPStatus ($a_obj_id) | |
_getCountNotAttempted ($a_obj_id) | |
_getCountInProgress ($a_obj_id) | |
_getCountCompleted ($a_obj_id) | |
_getFailed ($a_obj_id) | |
_getCountFailed () | |
_getStatusInfo ($a_obj_id) | |
_getTypicalLearningTime ($a_obj_id) |
Additional Inherited Members | |
Data Fields inherited from ilLPStatus | |
$obj_id = null | |
$db = null |
Definition at line 35 of file class.ilLPStatusManual.php.
ilLPStatusManual::__getCourseInProgress | ( | $a_obj_id | ) |
Definition at line 157 of file class.ilLPStatusManual.php.
References $ilDB, _getCompleted(), ilCourseParticipants\_getInstanceByObjId(), and ilChangeEvent\lookupUsersInProgress().
Referenced by _getInProgress().
ilLPStatusManual::__getGroupInProgress | ( | $a_obj_id | ) |
Definition at line 179 of file class.ilLPStatusManual.php.
References $ilDB, _getCompleted(), ilObjGroup\_getMembers(), and ilChangeEvent\lookupUsersInProgress().
Referenced by _getInProgress().
ilLPStatusManual::__getLMInProgress | ( | $a_obj_id | ) |
Definition at line 139 of file class.ilLPStatusManual.php.
References $ilDB, _getCompleted(), and ilChangeEvent\lookupUsersInProgress().
Referenced by _getInProgress().
ilLPStatusManual::_getCompleted | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 118 of file class.ilLPStatusManual.php.
References $ilBench, $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __getCourseInProgress(), __getGroupInProgress(), __getLMInProgress(), and ilTrackingTest\testLPMarks().
ilLPStatusManual::_getInProgress | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 86 of file class.ilLPStatusManual.php.
References $ilBench, __getCourseInProgress(), __getGroupInProgress(), and __getLMInProgress().
ilLPStatusManual::_getNotAttempted | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 46 of file class.ilLPStatusManual.php.
References $ilBench, ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getInProgress(), ilCourseParticipants\_getInstanceByObjId(), and ilObjGroup\_getMembers().
ilLPStatusManual::ilLPStatusManual | ( | $a_obj_id | ) |
Definition at line 38 of file class.ilLPStatusManual.php.
References $ilDB, and ilLPStatus\ilLPStatus().