Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 4.1.x will end 13 November 2023 (12 months).
  • Bug fixes for security issues in 4.1.x will end 10 November 2025 (36 months).
  • PHP version: minimum PHP 7.4.0 Note: minimum PHP version has increased since Moodle 4.0. PHP 8.0.x is supported too.

(no description)

File Size: 109 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

send_guest_emails:: (6 methods):
  get_notification_type()
  send_all_notifications()
  get_subject()
  get_string_vars()
  get_small_message()
  get_html_message()


Class: send_guest_emails  - X-Ref

This adhoc task will send emails to guest users with the meeting's details

get_notification_type()   X-Ref
Get the notification type.

return: string

send_all_notifications()   X-Ref
Send all the emails


get_subject()   X-Ref
Get the subject of the notification.

return: string

get_string_vars()   X-Ref
Get variables to make available to strings.

return: array

get_small_message()   X-Ref
Get the short summary message.

return: string

get_html_message()   X-Ref
Get the HTML message content.

return: string