19 declare(strict_types=1);
40 $this->
logger = $DIC->logger()->wsrv();
68 $status = $enrolment_con->getEnrolmentStatus($a_content_id);
69 $this->
logger->debug(print_r($status,
true));
70 $this->
logger->debug($status->getPersonIdType());
71 $this->
logger->debug($status->getPersonId());
72 $i = $status->getPersonIdType();
75 $this->
logger->debug(
'Handling status change to ' . $status->getStatus() .
' for user ' . $id_arr[
'id']);
76 $this->
doUpdate($id_arr[
'id'], $status);
78 $this->
logger->debug(
'Not implemented yes: person id type: ' . $status->getPersonIdType());
81 $this->
logger->error(
'Enrollment status change failed with message: ' . $e->getMessage());
112 $obj_id = end($obj_ids);
128 $this->
logger->info(
': Add recommended content: ' . $a_usr_id .
' ' .
$ref_id .
' ' . $obj_id);
138 $this->
logger->info(
': Remove recommended content: ' . $a_usr_id .
' ' .
$ref_id .
' ' . $obj_id);
139 $this->recommended_content_manager->removeObjectRecommendation($a_usr_id,
$ref_id);
const STATUS_UNSUBSCRIBED
static _getAllReferences(int $id)
get all reference ids for object ID
__construct(ilECSSetting $server)
Constructor.
server()
description: > This example shows how a Progress Bar can be rendered and updated by the server...
Interface for all command queue handler classes.
handleUpdate(ilECSSetting $server, $a_content_id)
Handle update.
Presentation of ecs enrolment status.
const STATUS_ACCOUNT_DEACTIVATED
static getInstance()
Get the singleton instance of this ilECSImportManager.
doUpdate($a_usr_id, ilECSEnrolmentStatus $status)
Perform update.
static parseImportId(string $a_import_id)
Parse an ilias import id Typically of type il_[IL_INST_ID]_[OBJ_TYPE]_[OBJ_ID] returns array( 'orig' ...
handleDelete(ilECSSetting $server, $a_content_id)
Handle delete.
ilRecommendedContentManager $recommended_content_manager
Connector for course member ressource.
handleCreate(ilECSSetting $server, $a_content_id)
Handle create.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...