3 declare(strict_types=1);
89 && $this->
getLastChange()->format(self::DATE_TIME_FORMAT) > $last_change->format(self::DATE_TIME_FORMAT)
92 "Cannot set last change to an earlier date:" 93 .
"\ncurrent: " . $this->
getLastChange()->format(self::DATE_TIME_FORMAT)
94 .
"\nnew: " . $last_change,
120 int $restarted_asssignment_id,
123 $clone = clone $this;
136 $clone = clone $this;
137 $clone->manually_assigned = $manual;
143 $clone = clone $this;
155 $clone = clone $this;
166 return $this->progress->getNodeId();
176 foreach ($pgs->getSubnodes() as $id => $sub) {
185 $path = $pgs->findSubnodePath((
string) $node_id);
187 foreach (
$path as $hop) {
188 if ($pgs->getId() !== $hop) {
189 $pgs = $pgs->getSubnode($hop);
198 return array_values(array_filter(
200 fn ($pgs) => ! is_null($pgs->getDeadline()) && $pgs->getDeadline() <= $deadline
206 $clone = clone $this;
withLastChange(int $last_change_by, \DateTimeImmutable $last_change)
const AUTO_ASSIGNED_BY_COURSE
ilPRGUserInformation $user_info
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getProgressesWithDeadline(DateTimeImmutable $deadline)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withUserInformation(ilPRGUserInformation $user_info)
withRestarted(int $restarted_asssignment_id, \DateTimeImmutable $restart_date=null)
int $restarted_asssignment_id
getRestartedAssignmentId()
A Progress is the status of a user on a single node of an assignment; it is unique by assignment_id:u...
const AUTO_ASSIGNED_BY_GROUP
__construct(int $id, int $usr_id)
const AUTO_ASSIGNED_BY_ORGU
getProgresses(array &$ret=[], ilPRGProgress $pgs=null)
DateTimeImmutable $last_change
withManuallyAssigned(bool $manual)
withProgressTree(ilPRGProgress $progress)
withEvents(StudyProgrammeEvents $events)
const NO_RESTARTED_ASSIGNMENT
trait ilPRGAssignmentActions
This trait is for (physical) separation of code only; it is actually just part of an ilPRGAssignment ...
const AUTO_ASSIGNED_BY_ROLE
DateTimeImmutable $restart_date
getProgressForNode(int $node_id)
Assignments are relations of users to a PRG; They hold progress-information for (sub-)nodes of the PR...
StudyProgrammeEvents $events
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...