|
ILIAS
Release_3_10_x_branch Revision 61812
|
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 $res, _getCompleted(), ilCourseParticipants\_getInstanceByObjId(), and DB_FETCHMODE_OBJECT.
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 181 of file class.ilLPStatusManual.php.
References $res, _getCompleted(), ilObjGroup\_getMembers(), and DB_FETCHMODE_OBJECT.
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 138 of file class.ilLPStatusManual.php.
References $res, _getCompleted(), and DB_FETCHMODE_OBJECT.
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 117 of file class.ilLPStatusManual.php.
References $ilBench, $res, and DB_FETCHMODE_OBJECT.
Referenced by __getCourseInProgress(), __getGroupInProgress(), and __getLMInProgress().
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 ilLPStatus\ilLPStatus().
Here is the call graph for this function: