ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
interface.ilIndividualAssessmentNotificator.php
Go to the documentation of this file.
1<?php
7require_once 'Services/User/classes/class.ilObjUser.php';
9{
10
18
24 public function withOccasionFailed();
25
31 public function withOccasionCompleted();
32
36 public function send();
37}
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.