ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
interface.ilIndividualAssessmentNotificator.php
Go to the documentation of this file.
1<?php
7require_once 'Services/User/classes/class.ilObjUser.php';
9
17
23 public function withOccasionFailed();
24
30 public function withOccasionCompleted();
31
35 public function send();
36}
An exception for terminatinating execution or to throw for unit testing.
Edit the record of a user, set LP.
Basic method collection should be implemented by a notificator used by Individual assessment.
withOccasionFailed()
Set message mode to failed.
withOccasionCompleted()
Set message mode to completed.
withReciever(ilIndividualAssessmentMember $member)
Define the member, that should recieve the message.