Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Messaging.

Development:Messaging: Difference between revisions

From MoodleDocs
(New page: The Messageing API is a new core system in Moodle to allow communication of messages to users. It's based on the events system, so a module will trigger an event with the attached message ...)
 
No edit summary
Line 1: Line 1:
The Messageing API is a new core system in Moodle to allow communication of messages to users. It's based on the events system, so a module will trigger an event with the attached message data and the message output processor will try to deliver the message to the correct place.
The Messageing API is a new core system in Moodle to allow communication of messages to users. It's based on the events system, so a module will trigger an event with the attached message data and the message output processor will try to deliver the message to the correct place.
==Overview==
==Files to Create==
/db/messages.php (list the types of providers)
/lang/XX/messages/providercomponent_providername.html (documentation)
...

Revision as of 16:31, 25 September 2008

The Messageing API is a new core system in Moodle to allow communication of messages to users. It's based on the events system, so a module will trigger an event with the attached message data and the message output processor will try to deliver the message to the correct place.

Overview

Files to Create

/db/messages.php (list the types of providers) /lang/XX/messages/providercomponent_providername.html (documentation) ...