|
ILIAS
Release_4_0_x_branch Revision 61816
|
Inheritance diagram for ilLPStatusManual:
Collaboration diagram for ilLPStatusManual: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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPStatusManual::__getLMInProgress | ( | $a_obj_id | ) |
Definition at line 139 of file class.ilLPStatusManual.php.
References $ilDB, _getCompleted(), and ilChangeEvent\lookupUsersInProgress().
Referenced by _getInProgress().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| ilLPStatusManual::_getInProgress | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 86 of file class.ilLPStatusManual.php.
References $ilBench, __getCourseInProgress(), __getGroupInProgress(), and __getLMInProgress().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilLPStatusManual::ilLPStatusManual | ( | $a_obj_id | ) |
Definition at line 38 of file class.ilLPStatusManual.php.
References $ilDB, and ilLPStatus\ilLPStatus().
Here is the call graph for this function: