|
ILIAS
Release_3_10_x_branch Revision 61812
|
Inheritance diagram for ilLPStatusManualByTutor:
Collaboration diagram for ilLPStatusManualByTutor:Public Member Functions | |
| __construct ($a_obj_id) | |
| Constructor. | |
| _getNotAttempted ($a_obj_id) | |
| get not attempted | |
| _getInProgress ($a_obj_id) | |
| get in progress | |
| __getCourseInProgress ($a_obj_id) | |
| __getGroupInProgress ($a_obj_id) | |
| _getCompleted ($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.ilLPStatusManualByTutor.php.
| ilLPStatusManualByTutor::__construct | ( | $a_obj_id | ) |
Constructor.
public
| int | object id |
Definition at line 44 of file class.ilLPStatusManualByTutor.php.
References ilLPStatus\ilLPStatus().
Here is the call graph for this function:| ilLPStatusManualByTutor::__getCourseInProgress | ( | $a_obj_id | ) |
Definition at line 135 of file class.ilLPStatusManualByTutor.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:| ilLPStatusManualByTutor::__getGroupInProgress | ( | $a_obj_id | ) |
Definition at line 159 of file class.ilLPStatusManualByTutor.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:| ilLPStatusManualByTutor::_getCompleted | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 182 of file class.ilLPStatusManualByTutor.php.
References $ilBench, $res, and DB_FETCHMODE_OBJECT.
Referenced by __getCourseInProgress(), and __getGroupInProgress().
Here is the caller graph for this function:| ilLPStatusManualByTutor::_getInProgress | ( | $a_obj_id | ) |
get in progress
public
| int | object id |
Reimplemented from ilLPStatus.
Definition at line 108 of file class.ilLPStatusManualByTutor.php.
References $ilBench, __getCourseInProgress(), and __getGroupInProgress().
Here is the call graph for this function:| ilLPStatusManualByTutor::_getNotAttempted | ( | $a_obj_id | ) |
get not attempted
public
| int | object id |
Reimplemented from ilLPStatus.
Definition at line 60 of file class.ilLPStatusManualByTutor.php.
References $ilBench, ilLPStatusWrapper\_getCompleted(), ilLPStatusWrapper\_getInProgress(), ilCourseParticipants\_getInstanceByObjId(), and ilObjGroup\_getMembers().
Here is the call graph for this function: