Interface and classes for creating appropriate renderers for various parts of Moodle.
More...
|
const | RENDERER_TARGET_AJAX 'ajax' |
| Plain text rendering for Ajax scripts.
|
|
const | RENDERER_TARGET_CLI 'cli' |
| Plain text rendering for CLI scripts and cron.
|
|
const | RENDERER_TARGET_GENERAL 'general' |
| General rendering target, usually normal browser page.
|
|
const | RENDERER_TARGET_HTMLEMAIL 'htmlemail' |
| Rich text html rendering intended for sending via email.
|
|
const | RENDERER_TARGET_MAINTENANCE 'maintenance' |
| General rendering target, usually normal browser page, but with limited capacity to avoid API use.
|
|
const | RENDERER_TARGET_TEXTEMAIL 'textemail' |
| Plain text rendering intended for sending via email.
|
|
Interface and classes for creating appropriate renderers for various parts of Moodle.
Please see http://docs.moodle.org/en/Developement:How_Moodle_outputs_HTML for an overview.
- Copyright
- 2009 Tim Hunt
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later