|
static | _refreshStatus ($a_obj_id, $a_users=null) |
|
static | _updateStatus ($a_obj_id, $a_user) |
|
static | _getCountNotAttempted ($a_obj_id) |
| Static function to read the number of user who have the status 'not_attempted'. More...
|
|
static | _getNotAttempted ($a_obj_id) |
| Static function to read the number of user who have the status 'not_attempted'. More...
|
|
static | _getCountInProgress ($a_obj_id) |
| Static function to read the number of user who have the status 'in_progress'. More...
|
|
static | _getInProgress ($a_obj_id) |
| Static function to read users who have the status 'in_progress'. More...
|
|
static | _getCountCompleted ($a_obj_id) |
| Static function to read the number of user who have the status 'completed'. More...
|
|
static | _getCompleted ($a_obj_id) |
| Static function to read the users who have the status 'completed'. More...
|
|
static | _getCountFailed ($a_obj_id) |
| Static function to read the number of user who have the status 'failed'. More...
|
|
static | _getFailed ($a_obj_id) |
| Static function to read the users who have the status 'completed'. More...
|
|
static | _getStatusInfo ($a_obj_id) |
| Reads informations about the object e.g test results, tlt, number of visits. More...
|
|
static | _resetInfoCaches ($a_obj_id) |
|
static | _getTypicalLearningTime ($a_obj_id) |
| Reads Typical learning time. More...
|
|
static | _getCountNotAttemptedByType ($a_obj_id, $a_type) |
| Static function to read the number of user who have the status 'not_attempted'. More...
|
|
static | _getNotAttemptedByType ($a_obj_id, $a_type) |
|
static | _getCountInProgressByType ($a_obj_id, $a_type) |
|
static | _getInProgressByType ($a_obj_id, $a_type) |
|
static | _getCountCompletedByType ($a_obj_id, $a_type) |
|
static | _getCompletedByType ($a_obj_id, $a_type) |
|
static | _getCountFailedByType ($a_obj_id, $a_type) |
|
static | _getFailedByType ($a_obj_id, $a_type) |
|
static | _getStatusInfoByType ($a_obj_id, $a_type) |
|
static | _updateStatus ($a_obj_id, $a_usr_id, $a_obj=null, $a_percentage=false, $a_force_raise=false) |
| Update status. More...
|
|
static | _setDirty ($a_obj_id) |
| Set dirty. More...
|
|
static | _refreshStatus ($a_obj_id, $a_users=null) |
| Set dirty. More...
|
|
static | _determineStatus ($a_obj_id, $a_usr_id) |
| Determine status. More...
|
|
static | _removeStatusCache ($a_obj_id, $a_usr_id) |
|
static | _lookupCompletedForObject ($a_obj_id, $a_user_ids=null) |
| Get completed users for object. More...
|
|
static | _lookupFailedForObject ($a_obj_id, $a_user_ids=null) |
| Get failed users for object. More...
|
|
static | _lookupInProgressForObject ($a_obj_id, $a_user_ids=null) |
| Get in progress users for object. More...
|
|
Definition at line 7 of file ilLSLPEventHandlerTest.php.