ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Static Public Member Functions | |
static | _refreshStatus (int $a_obj_id, ?array $a_users=null) |
static | _updateStatus (int $a_obj_id, int $a_usr_id, ?object $a_obj=null, bool $a_percentage=false, bool $a_force_raise=false) |
![]() | |
static | _getCountNotAttempted (int $a_obj_id) |
Static function to read the number of user who have the status 'not_attempted'. More... | |
static | _getNotAttempted (int $a_obj_id) |
Static function to read the number of user who have the status 'not_attempted'. More... | |
static | _getCountInProgress (int $a_obj_id) |
Static function to read the number of user who have the status 'in_progress'. More... | |
static | _getInProgress (int $a_obj_id) |
Static function to read users who have the status 'in_progress'. More... | |
static | _getCountCompleted (int $a_obj_id) |
Static function to read the number of user who have the status 'completed'. More... | |
static | _getCompleted (int $a_obj_id) |
Static function to read the users who have the status 'completed'. More... | |
static | _getCountFailed (int $a_obj_id) |
Static function to read the number of user who have the status 'failed'. More... | |
static | _getFailed (int $a_obj_id) |
Static function to read the users who have the status 'completed'. More... | |
static | _getStatusInfo (int $a_obj_id) |
Reads informations about the object e.g test results, tlt, number of visits. More... | |
static | _resetInfoCaches ($a_obj_id) |
static | _getTypicalLearningTime (string $type, int $a_obj_id) |
Reads Typical learning time. More... | |
static | _getCountNotAttemptedByType (int $a_obj_id, string $a_type) |
Static function to read the number of user who have the status 'not_attempted'. More... | |
static | _getNotAttemptedByType (int $a_obj_id, string $a_type) |
static | _getCountInProgressByType (int $a_obj_id, string $a_type) |
static | _getInProgressByType (int $a_obj_id, string $a_type) |
static | _getCountCompletedByType (int $a_obj_id, string $a_type) |
static | _getCompletedByType (int $a_obj_id, string $a_type) |
static | _getCountFailedByType (int $a_obj_id, string $a_type) |
static | _getFailedByType (int $a_obj_id, string $a_type) |
static | _getStatusInfoByType (int $a_obj_id, string $a_type) |
static | _updateStatus (int $a_obj_id, int $a_usr_id, ?object $a_obj=null, bool $a_percentage=false, bool $a_force_raise=false) |
static | _setDirty (int $a_obj_id) |
static | _refreshStatus (int $a_obj_id, ?array $a_users=null) |
static | _determineStatus (int $a_obj_id, int $a_usr_id) |
static | _removeStatusCache (int $a_obj_id, int $a_usr_id) |
static | _lookupCompletedForObject (int $a_obj_id, ?array $a_user_ids=null) |
static | _lookupFailedForObject (int $a_obj_id, ?array $a_user_ids=null) |
static | _lookupInProgressForObject (int $a_obj_id, ?array $a_user_ids=null) |
Definition at line 23 of file ilLSLPEventHandlerTest.php.
|
static |
Reimplemented from ilLPStatusWrapper.
Definition at line 25 of file ilLSLPEventHandlerTest.php.
|
static |
Reimplemented from ilLPStatusWrapper.
Definition at line 30 of file ilLSLPEventHandlerTest.php.