Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | List of all members
message_output_airnotifier Class Reference

Message processor class. More...

Inheritance diagram for message_output_airnotifier:
message_output

Public Member Functions

 can_send_to_any_users ()
 Returns true if message can be sent to fake/internal user as well. More...
 
 config_form ($preferences)
 Creates necessary fields in the messaging config form. More...
 
 force_process_messages ()
 Determines if this processor should process a message regardless of user preferences or site settings. More...
 
 get_default_messaging_settings ()
 Returns the message processors default settings Should the processor be enabled for logged in users by default? Should the processor be enabled for logged off users by default? Is enabling it disallowed, permitted or forced? More...
 
 has_message_preferences ()
 Returns true if this processor has configurable message preferences. More...
 
 is_system_configured ()
 Tests whether the airnotifier settings have been configured. More...
 
 is_user_configured ($user=null)
 Are the message processor's user specific settings configured? More...
 
 load_data (&$preferences, $userid)
 Loads the config data from database to put on the form during initial form display. More...
 
 process_form ($form, &$preferences)
 Parses the submitted form data and saves it into preferences array. More...
 
 send_message ($eventdata)
 Processes the message and sends a notification via airnotifier. More...
 

Detailed Description

Message processor class.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ can_send_to_any_users()

message_output::can_send_to_any_users ( )
inherited

Returns true if message can be sent to fake/internal user as well.

If message_output support message to be sent to fake user, then it should return true, like email.

Return values
bool

Reimplemented in message_output_email.

◆ config_form()

message_output_airnotifier::config_form (   $preferences)

Creates necessary fields in the messaging config form.

Parameters
array$preferencesAn array of user preferences

Reimplemented from message_output.

◆ force_process_messages()

message_output::force_process_messages ( )
inherited

Determines if this processor should process a message regardless of user preferences or site settings.

Return values
bool

◆ get_default_messaging_settings()

message_output::get_default_messaging_settings ( )
inherited

Returns the message processors default settings Should the processor be enabled for logged in users by default? Should the processor be enabled for logged off users by default? Is enabling it disallowed, permitted or forced?

Return values
intThe Default message output settings expressed as a bit mask MESSAGE_DEFAULT_LOGGEDIN + MESSAGE_DEFAULT_LOGGEDOFF + MESSAGE_DISALLOWED|MESSAGE_PERMITTED|MESSAGE_FORCED

Reimplemented in message_output_email.

◆ has_message_preferences()

message_output::has_message_preferences ( )
inherited

Returns true if this processor has configurable message preferences.

This is distinct from notification preferences.

Return values
bool

◆ is_system_configured()

message_output_airnotifier::is_system_configured ( )

Tests whether the airnotifier settings have been configured.

Return values
booleantrue if airnotifier is configured

Reimplemented from message_output.

◆ is_user_configured()

message_output::is_user_configured (   $user = null)
inherited

Are the message processor's user specific settings configured?

Parameters
stdClass$userthe user object, defaults to $USER.
Return values
boolTrue if the user has all necessary settings in their messaging preferences

Reimplemented in message_output_jabber.

◆ load_data()

message_output_airnotifier::load_data ( $preferences,
  $userid 
)

Loads the config data from database to put on the form during initial form display.

Parameters
array$preferencespreferences array
int$useridthe user id

Reimplemented from message_output.

◆ process_form()

message_output_airnotifier::process_form (   $form,
$preferences 
)

Parses the submitted form data and saves it into preferences array.

Parameters
stdClass$formpreferences form class
array$preferencespreferences array

Reimplemented from message_output.

◆ send_message()

message_output_airnotifier::send_message (   $eventdata)

Processes the message and sends a notification via airnotifier.

Parameters
stdClass$eventdatathe event data submitted by the message sender plus $eventdata->savedmessageid
Return values
trueif ok, false if error

Reimplemented from message_output.


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