Moodle  2.2.1
http://www.collinsharper.com
core_message_renderer Class Reference
Inheritance diagram for core_message_renderer:
Collaboration diagram for core_message_renderer:

Public Member Functions

 manage_messageoutputs ($processors)
 manage_defaultmessageoutputs ($processors, $providers, $preferences)
 manage_messagingoptions ($processors, $providers, $preferences, $defaultpreferences, $notificationsdisabled=false)

Detailed Description

Definition at line 36 of file renderer.php.


Member Function Documentation

manage_defaultmessageoutputs ( processors,
providers,
preferences 
)

Display the interface to manage default message outputs

Parameters:
mixed$processorsarray of objects containing message processors
mixed$providersarray of objects containing message providers
mixed$preferencesarray of objects containing current preferences
Returns:
string The text to render

Definition at line 114 of file renderer.php.

Here is the call graph for this function:

manage_messageoutputs ( processors)

Display the interface to manage message outputs

Parameters:
mixed$processorsarray of objects containing message processors
Returns:
string The text to render

Definition at line 44 of file renderer.php.

Here is the call graph for this function:

manage_messagingoptions ( processors,
providers,
preferences,
defaultpreferences,
notificationsdisabled = false 
)

Display the interface for messaging options

Parameters:
mixed$processorsarray of objects containing message processors
mixed$providersarray of objects containing message providers
mixed$preferencesarray of objects containing current preferences
mixed$defaultpreferencesarray of objects containing site default preferences $param boolean $notificationsdisabled indicates whether the user's "emailstop" flag is set so shouldn't receive any non-forced notifications
Returns:
string The text to render

Settings table...

Definition at line 217 of file renderer.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations