19 declare(strict_types=0);
32 $members = self::getMembers($status_info[
'crs_id'],
true);
53 if (!$status_info[
'registration']) {
57 if ($status_info[
'starting_time'] < time()) {
62 return $status_info[
'registered_users'] ?: array();
68 return $status_info[
'participated_users'] ?: array();
73 $tree =
$GLOBALS[
'DIC']->repositoryTree();
78 $member_ref_id =
null;
79 if (
$id = $tree->checkForParentType(
$ref_id,
'grp')) {
81 } elseif (
$id = $tree->checkForParentType(
$ref_id,
'crs')) {
85 $status_info = array();
94 $status_info[
'starting_time'] = $time_info[
'start'];
95 $status_info[
'ending_time'] = $time_info[
'end'];
96 $status_info[
'fullday'] = $time_info[
'fullday'];
111 ?
object $a_obj =
null 117 $status = self::LP_STATUS_NOT_ATTEMPTED_NUM;
118 switch ($this->ilObjDataCache->lookupType($a_obj_id)) {
130 if ($registration && $time_info[
'start'] >= time()) {
136 $status = self::LP_STATUS_IN_PROGRESS_NUM;
143 $status = self::LP_STATUS_COMPLETED_NUM;
155 bool $a_is_crs_id =
false 158 $tree =
$GLOBALS[
'DIC']->repositoryTree();
162 $member_ref_id =
null;
163 if (
$id = $tree->checkForParentType(
$ref_id,
'grp')) {
164 $member_ref_id =
$id;
165 } elseif (
$id = $tree->checkForParentType(
$ref_id,
'crs')) {
166 $member_ref_id =
$id;
172 $member_obj_id = $a_obj_id;
176 return $member_obj->getMembers();
184 ?array $a_user_ids =
null 187 $a_user_ids = self::getMembers($a_obj_id);
192 return self::_lookupStatusForObject(
194 self::LP_STATUS_COMPLETED_NUM,
204 ?array $a_user_ids =
null 214 ?array $a_user_ids =
null 217 $a_user_ids = self::getMembers($a_obj_id);
222 return self::_lookupStatusForObject(
224 self::LP_STATUS_IN_PROGRESS_NUM,
static _getCompleted(int $a_obj_id)
Static function to read the users who have the status 'completed'.
static getMembers(int $a_obj_id, bool $a_is_crs_id=false)
Get members for object.
static _lookupFailedForObject(int $a_obj_id, ?array $a_user_ids=null)
Get failed users for object.
static _getParticipated(int $a_event_id)
static _getStatusInfo(int $a_obj_id)
Reads informations about the object e.g test results, tlt, number of visits.
static _getAllReferences(int $id)
get all reference ids for object ID
static getInstanceByObjId(int $a_obj_id)
Get instance by obj type.
static _getInProgress(int $a_obj_id)
determineStatus(int $a_obj_id, int $a_usr_id, ?object $a_obj=null)
static _lookupRegistrationEnabled(int $a_obj_id)
static _hasParticipated(int $a_usr_id, int $a_event_id)
static _getInProgress(int $a_obj_id)
Static function to read users who have the status 'in_progress'.
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _lookupAppointment(int $a_obj_id)
static _isRegistered(int $a_usr_id, int $a_event_id)
static _lookupTitle(int $obj_id)
static _getStatusInfo(int $a_obj_id)
static _lookupInProgressForObject(int $a_obj_id, ?array $a_user_ids=null)
Get in progress users for object.
static _lookupDescription(int $obj_id)
ilObjectDataCache $ilObjDataCache
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static _getNotAttempted(int $a_obj_id)
static _getRegistered(int $a_event_id)
static _lookupCompletedForObject(int $a_obj_id, ?array $a_user_ids=null)
Get completed users for object.
static _getCompleted(int $a_obj_id)