Differences Between: [Versions 401 and 403]
(no description)
File Size: | 224 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
base_send_notification:: (10 methods):
execute()
append_custom_data()
set_instance_id()
get_instance()
get_course_contact()
get_recipients()
get_message()
get_message_format()
send_all_notifications()
send_notification_to_current_user()
Class: base_send_notification - X-Ref
Class containing the abstract class for notification processes in BBB.execute() X-Ref |
Execute the task. |
append_custom_data(array $newdata) X-Ref |
Append additional elements of custom data param: array $newdata |
set_instance_id(int $instanceid) X-Ref |
Set the instanceid in the custom data. param: int $instanceid |
get_instance() X-Ref |
Get the bigbluebutton instance that this notification is for. return: instance |
get_course_contact() X-Ref |
Get the preferred course contact for this notification. return: stdClass |
get_recipients() X-Ref |
Get the list of recipients for the notification. return: stdClass[] |
get_message() X-Ref |
Get the plain text message content. return: string |
get_message_format() X-Ref |
Get the preferred message format return: string |
send_all_notifications() X-Ref |
Send all of the notifications |
send_notification_to_current_user() X-Ref |
Send the notificiation to the current user. |