ILIAS  release_7 Revision v7.30-3-g800a261c036
ilLPStatusWrapperStub Class Reference
+ Inheritance diagram for ilLPStatusWrapperStub:
+ Collaboration diagram for ilLPStatusWrapperStub:

Static Public Member Functions

static _refreshStatus ($a_obj_id, $a_users=null)
 
static _updateStatus ($a_obj_id, $a_user)
 
- Static Public Member Functions inherited from ilLPStatusWrapper
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...
 

Detailed Description

Definition at line 7 of file ilLSLPEventHandlerTest.php.

Member Function Documentation

◆ _refreshStatus()

static ilLPStatusWrapperStub::_refreshStatus (   $a_obj_id,
  $a_users = null 
)
static

Definition at line 9 of file ilLSLPEventHandlerTest.php.

10  {
11  throw new \Exception('Do not use ilLPStatusWrapper::_refreshStatus here; use _updateStatus instead');
12  }

◆ _updateStatus()

static ilLPStatusWrapperStub::_updateStatus (   $a_obj_id,
  $a_user 
)
static

Definition at line 13 of file ilLSLPEventHandlerTest.php.

14  {
15  }

The documentation for this class was generated from the following file: