ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilIndividualAssessmentNotificator Interface Reference

Basic method collection should be implemented by a notificator used by Individual assessment. More...

+ Inheritance diagram for ilIndividualAssessmentNotificator:
+ Collaboration diagram for ilIndividualAssessmentNotificator:

Public Member Functions

 withReciever (ilIndividualAssessmentMember $member)
 Define the member, that should recieve the message. More...
 
 withOccasionFailed ()
 Set message mode to failed. More...
 
 withOccasionCompleted ()
 Set message mode to completed. More...
 
 send ()
 Send message. More...
 

Detailed Description

Basic method collection should be implemented by a notificator used by Individual assessment.

Author
Denis Klöpfer denis.nosp@m..klo.nosp@m.epfer.nosp@m.@con.nosp@m.cepts.nosp@m.-and.nosp@m.-trai.nosp@m.ning.nosp@m..de

Definition at line 8 of file interface.ilIndividualAssessmentNotificator.php.

Member Function Documentation

◆ send()

ilIndividualAssessmentNotificator::send ( )

◆ withOccasionCompleted()

ilIndividualAssessmentNotificator::withOccasionCompleted ( )

Set message mode to completed.

Returns
ilIndividualAssessmentNotificator $this

Implemented in ilIndividualAssessmentPrimitiveInternalNotificator.

Referenced by ilIndividualAssessmentMember\maybeSendNotification().

+ Here is the caller graph for this function:

◆ withOccasionFailed()

ilIndividualAssessmentNotificator::withOccasionFailed ( )

Set message mode to failed.

Returns
ilIndividualAssessmentNotificator $this

Implemented in ilIndividualAssessmentPrimitiveInternalNotificator.

Referenced by ilIndividualAssessmentMember\maybeSendNotification().

+ Here is the caller graph for this function:

◆ withReciever()

ilIndividualAssessmentNotificator::withReciever ( ilIndividualAssessmentMember  $member)

Define the member, that should recieve the message.

Parameters
ilIndividualAssessmentMember$member
Returns
ilIndividualAssessmentNotificator $this

Implemented in ilIndividualAssessmentPrimitiveInternalNotificator.

Referenced by ilIndividualAssessmentMember\maybeSendNotification().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: