Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Messaging: Difference between revisions

From MoodleDocs
No edit summary
Replaced content with "This document was replaced by Message_API"
 
(2 intermediate revisions by one other user not shown)
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.
This document was replaced by [[Message_API]]
 
==Overview==
 
 
==Files to Create==
/db/messages.php (list the types of providers)
/lang/XX/messages/providercomponent_providername.html (documentation)
...

Latest revision as of 09:29, 12 January 2012

This document was replaced by Message_API