19 declare(strict_types=1);
60 protected int $usr_id,
61 protected int $node_obj_id,
62 protected bool $is_root_progress,
65 $this->
id =
new PRGProgressId($ass_id, $usr_id, $node_obj_id);
82 return $this->node_obj_id;
86 return $this->is_root_progress;
91 return $this->user_information;
95 return $this->user_information->getUserData($field_id);
100 $clone = clone $this;
110 $clone = clone $this;
121 $clone = clone $this;
132 $clone = clone $this;
148 $clone = clone $this;
159 $clone = clone $this;
170 $clone = clone $this;
181 $clone = clone $this;
191 $clone = clone $this;
202 $clone = clone $this;
213 $clone = clone $this;
227 $clone = clone $this;
228 $clone->completion_by_obj_ids = $obj_ids;
242 $clone = clone $this;
252 $clone = clone $this;
262 $clone = clone $this;
272 $clone = clone $this;
283 $clone = clone $this;
294 $clone = clone $this;
305 $clone = clone $this;
316 $clone = clone $this;
327 $clone = clone $this;
338 $clone = clone $this;
349 $clone = clone $this;
361 throw new \LogicException(
'Invalid status: ' . $lifecycle_status);
363 $clone = clone $this;
376 'prgrs_id' => (string) $this->
getId(),
400 foreach ($this->user_information->getAvailableUserFields() as $user_field) {
401 if (! array_key_exists($user_field, $ret)) {
402 $ret[$user_field] = $this->
getUserData($user_field);
ilStudyProgrammeUserTable provides a flattened list of progresses at a programme-node.
__construct(protected int $ass_id, protected int $usr_id, protected int $node_obj_id, protected bool $is_root_progress, protected ilPRGUserInformation $user_information)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withLastname(string $lastname)
withNodeLifecycleStatus(int $lifecycle_status)
withUserActive(string $active)
withPointsCurrent(string $points_current)
withBelongsTo(string $belongs_to)
array $completion_by_obj_ids
withPointsRequired(string $points_required)
withPointsReachable(string $points_reachable)
withRestartDate(string $restart_date)
withUserActiveRaw(bool $active_raw)
withCustomPlan(string $custom_plan)
withStatusRaw(int $status_raw)
withAssignmentBy(string $assigned_by)
withCompletionDate(string $completion_date)
withGender(string $gender)
withStatus(string $status)
withExpiryDate(string $expiry_date)
withDeadline(string $deadline)
getUserData(string $field_id)
withCompletionBy(string $completion_by)
withCompletionByObjIds(?array $obj_ids)
withValidity(string $validity)
withFirstname(string $firstname)
withAssignmentDate(string $assign_date)