ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilLPStatusWrapperStub Class Reference
+ Inheritance diagram for ilLPStatusWrapperStub:
+ Collaboration diagram for ilLPStatusWrapperStub:

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 Public Member Functions inherited from ilLPStatusWrapper
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 (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)
 

Detailed Description

Definition at line 23 of file ilLSLPEventHandlerTest.php.

Member Function Documentation

◆ _refreshStatus()

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

Definition at line 25 of file ilLSLPEventHandlerTest.php.

25  : void
26  {
27  throw new \Exception('Do not use ilLPStatusWrapper::_refreshStatus here; use _updateStatus instead');
28  }

◆ _updateStatus()

static ilLPStatusWrapperStub::_updateStatus ( int  $a_obj_id,
int  $a_usr_id,
?object  $a_obj = null,
bool  $a_percentage = false,
bool  $a_force_raise = false 
)
static

Definition at line 30 of file ilLSLPEventHandlerTest.php.

30  : void
31  {
32  }

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