3 declare(strict_types=1);
67 return $this->grading->getRecord();
72 return $this->grading->getInternalNote();
92 return $this->grading->isNotify();
106 $this->notification_ts = time();
111 public function id() : int
113 return (
int) $this->usr->getId();
118 return (
int) $this->iass->getId();
128 return $this->grading->isFinalized();
133 if ($this->iass->getSettings()->isFileRequired() && (string) $this->
fileName() ===
'') {
148 $clone = clone $this;
155 $clone = clone $this;
162 $clone = clone $this;
177 return $this->usr->getLastname();
182 return $this->usr->getFirstname();
187 return $this->usr->getLogin();
190 public function name() : string
192 return $this->usr->getFullname();
197 return $this->grading->getLearningProgress();
207 return $this->grading->getPlace();
212 return $this->grading->getEventTime();
217 return $this->grading->getFile();
222 return $this->grading->isFileVisible();
232 $clone = clone $this;
For the purpose of streamlining the grading and learning-process status definition outside of tests...
withReciever(ilIndividualAssessmentMember $member)
Define the member, that should recieve the message.
withChangeTime(DateTime $change_time=null)
withOccasionFailed()
Set message mode to failed.
withExaminerId(int $examiner_id)
maybeSendNotification(ilIndividualAssessmentNotificator $notificator)
withChangerId(int $changer_id)
Basic method collection should be implemented by a notificator used by Individual assessment...
withOccasionCompleted()
Set message mode to completed.
Edit the record of a user, set LP.
LPStatusValid($lp_status)
__construct(ilObjIndividualAssessment $iass, ilObjUser $usr, ?ilIndividualAssessmentUserGrading $grading, ?int $examiner_id, int $notification_ts, ?int $changer_id, ?DateTime $change_time)