3 declare(strict_types=1);
21 declare(strict_types=1);
63 public function __construct(
int $ass_id,
int $usr_id,
int $node_obj_id,
bool $is_root_progress)
65 $this->
id =
new PRGProgressId($ass_id, $usr_id, $node_obj_id);
68 $this->node_id = $node_obj_id;
86 return $this->node_id;
105 $clone = clone $this;
116 $clone = clone $this;
127 $clone = clone $this;
143 $clone = clone $this;
154 $clone = clone $this;
165 $clone = clone $this;
176 $clone = clone $this;
182 return $this->udf->get($field);
187 $clone = clone $this;
197 $clone = clone $this;
208 $clone = clone $this;
219 $clone = clone $this;
233 $clone = clone $this;
234 $clone->completion_by_obj_ids = $obj_ids;
248 $clone = clone $this;
258 $clone = clone $this;
268 $clone = clone $this;
278 $clone = clone $this;
289 $clone = clone $this;
300 $clone = clone $this;
311 $clone = clone $this;
322 $clone = clone $this;
333 $clone = clone $this;
344 $clone = clone $this;
355 $clone = clone $this;
367 'prgrs_id' => (string) $this->
getId(),
ilStudyProgrammeUserTable provides a flattened list of progresses at a programme-node.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(int $ass_id, int $usr_id, int $node_obj_id, bool $is_root_progress)
withLastname(string $lastname)
withUserActive(string $active)
withPointsCurrent(string $points_current)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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)
withUDF(ilUserDefinedData $udf)
withCompletionDate(string $completion_date)
withGender(string $gender)
withStatus(string $status)
withExpiryDate(string $expiry_date)
withDeadline(string $deadline)
withCompletionBy(string $completion_by)
withCompletionByObjIds(?array $obj_ids)
withValidity(string $validity)
withFirstname(string $firstname)
withAssignmentDate(string $assign_date)