Luis Rodrigues added a comment - 17/Jun/07 04:19 AM - edited
Three events were created:
message_provider_register - register a module as message provider
message_provider_unregister - unregister a module as message provider
message_process - used by the diferent modules to send messages
The providers are saved on a new database table: message_providers. When the system is installed a default providers is created: moodle with is used by the core moodle system to send messages.
Luis Rodrigues added a comment - 17/Jun/07 04:19 AM - edited Three events were created:
message_provider_register - register a module as message provider
message_provider_unregister - unregister a module as message provider
message_process - used by the diferent modules to send messages
The providers are saved on a new database table: message_providers. When the system is installed a default providers is created: moodle with is used by the core moodle system to send messages.
All content on this web site is made available under the GNU General Public License, unless otherwise stated.
message_provider_register - register a module as message provider
message_provider_unregister - unregister a module as message provider
message_process - used by the diferent modules to send messages
The providers are saved on a new database table: message_providers. When the system is installed a default providers is created: moodle with is used by the core moodle system to send messages.