65 $this->logger = $DIC->logger()->crsr();
66 $this->tree = $DIC->repositoryTree();
67 $this->access = $DIC->access();
73 $this->logger->info(
'ref_id: ' . $this->ref_id);
74 $this->logger->info(
'target_ref_id: ' . $this->target_ref_id);
75 $this->logger->info(
'parent course: ' . $this->parent_course_ref_id);
76 $this->logger->info(
'has parent course: ' . $this->has_parent_course);
86 if (!array_key_exists($ref_id, self::$instances)) {
89 return self::$instances[
$ref_id];
102 $tree = $DIC->repositoryTree();
103 $childs =
$tree->getChildsByType($course_ref_id,
'crsr');
104 foreach ($childs as $tree_node) {
105 $path_info = self::getInstanceByRefId($tree_node[
'child']);
106 if (!$path_info->hasParentCourse()) {
109 if (!$path_info->isMemberUpdateEnabled()) {
112 if (!$path_info->checkManagmentAccess()) {
116 foreach ($participants as $part_id) {
117 if ($part->isMember($part_id)) {
164 $this->logger->dump(
'Access failed: no parent course');
168 $this->access->checkAccess(
'manage_members',
'', $this->target_ref_id) &&
169 $this->access->checkAccess(
'manage_members',
'', $this->parent_course_ref_id);
178 if (!$this->target_ref_id) {
181 $this->target_ref_id = end($target_ref_ids);
185 $this->parent_course_ref_id = $this->tree->checkForParentType($this->ref_id,
'crs');
188 $this->has_parent_course =
true;
static lookupMemberUpdateEnabled(int $obj_id)
static _getAllReferences($a_id)
get all reference ids of object
static isReferenceMemberUpdateConfirmationRequired(int $course_ref_id, array $participants)
Class ilCourseReferencePathInfo.
checkManagmentAccess()
Check manage member for both target and parent course.
static getInstance($a_ref_id)
Get instance by ref_id.
static _lookupObjId($a_id)
__construct(int $ref_id, int $target_ref_id=0)
ilCourseReferencePathInfo constructor.
static getInstanceByRefId(int $ref_id, int $target_ref_id=0)
static _lookupTargetId($a_obj_id)
lookup target id