| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Contains renderer objects for messaging
| Copyright: | 2011 Lancaster University Network Services Limited |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 391 lines (21 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
core_message_renderer:: (3 methods):
manage_messageoutputs()
manage_defaultmessageoutputs()
manage_messagingoptions()
Class: core_message_renderer - X-Ref
message Renderer| manage_messageoutputs($processors) X-Ref |
| Display the interface to manage message outputs param: array $processors array of objects containing message processors return: string The text to render |
| manage_defaultmessageoutputs($processors, $providers, $preferences) X-Ref |
| Display the interface to manage default message outputs param: array $processors array of objects containing message processors param: array $providers array of objects containing message providers param: array $preferences array of objects containing current preferences return: string The text to render |
| manage_messagingoptions($processors, $providers, $preferences, $defaultpreferences, $notificationsdisabled = false) X-Ref |
| Display the interface for messaging options param: array $processors Array of objects containing message processors param: array $providers Array of objects containing message providers param: array $preferences Array of objects containing current preferences param: array $defaultpreferences Array of objects containing site default preferences param: bool $notificationsdisabled Indicate if the user's "emailstop" flag is set (shouldn't receive any non-forced notifications) return: string The text to render |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |