ILIAS
Release_4_0_x_branch Revision 61816
|
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 $ilDB, and ilLPStatus\ilLPStatus().
ilLPStatusManualByTutor::__getCourseInProgress | ( | $a_obj_id | ) |
Definition at line 135 of file class.ilLPStatusManualByTutor.php.
References $ilDB, _getCompleted(), ilCourseParticipants\_getInstanceByObjId(), and ilChangeEvent\lookupUsersInProgress().
Referenced by _getInProgress().
ilLPStatusManualByTutor::__getGroupInProgress | ( | $a_obj_id | ) |
Definition at line 157 of file class.ilLPStatusManualByTutor.php.
References $ilDB, _getCompleted(), ilObjGroup\_getMembers(), and ilChangeEvent\lookupUsersInProgress().
Referenced by _getInProgress().
ilLPStatusManualByTutor::_getCompleted | ( | $a_obj_id | ) |
Reimplemented from ilLPStatus.
Definition at line 178 of file class.ilLPStatusManualByTutor.php.
References $ilBench, $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by __getCourseInProgress(), and __getGroupInProgress().
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().
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().