79 $this->
logger = $DIC->logger()->crsr();
80 $this->tree = $DIC->repositoryTree();
81 $this->
access = $DIC->access();
87 $this->
logger->info(
'ref_id: ' . $this->ref_id);
88 $this->
logger->info(
'target_ref_id: ' . $this->target_ref_id);
89 $this->
logger->info(
'parent course: ' . $this->parent_course_ref_id);
90 $this->
logger->info(
'has parent course: ' . $this->has_parent_course);
100 if (!array_key_exists($ref_id, self::$instances)) {
103 return self::$instances[
$ref_id];
116 $tree = $DIC->repositoryTree();
117 $childs =
$tree->getChildsByType($course_ref_id,
'crsr');
118 foreach ($childs as $tree_node) {
119 $path_info = self::getInstanceByRefId($tree_node[
'child']);
120 if (!$path_info->hasParentCourse()) {
123 if (!$path_info->isMemberUpdateEnabled()) {
126 if (!$path_info->checkManagmentAccess()) {
130 foreach ($participants as $part_id) {
131 if ($part->isMember($part_id)) {
178 $this->
logger->dump(
'Access failed: no parent course');
182 $this->
access->checkAccess(
'manage_members',
'', $this->target_ref_id) &&
183 $this->
access->checkAccess(
'manage_members',
'', $this->parent_course_ref_id);
192 if (!$this->target_ref_id) {
195 $this->target_ref_id = end($target_ref_ids);
199 $this->parent_course_ref_id = $this->tree->checkForParentType($this->ref_id,
'crs');
202 $this->has_parent_course =
true;
static lookupMemberUpdateEnabled(int $obj_id)
static getInstance(int $a_ref_id)
static _getAllReferences(int $id)
get all reference ids for object ID
static isReferenceMemberUpdateConfirmationRequired(int $course_ref_id, array $participants)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
checkManagmentAccess()
Check manage member for both target and parent course.
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(int $ref_id, int $target_ref_id=0)
ilCourseReferencePathInfo constructor.
static _lookupTargetId(int $a_obj_id)
static getInstanceByRefId(int $ref_id, int $target_ref_id=0)