Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Messaging

From MoodleDocs
Revision as of 13:30, 25 September 2008 by Luis Rodrigues (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.