|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| interface | renderer_factory |
| class | renderer_factory_base |
| class | standard_renderer_factory |
| class | theme_overridden_renderer_factory |
Namespaces | |
| namespace | core |
Enumerations | |
| enum | RENDERER_TARGET_GENERAL |
| enum | RENDERER_TARGET_CLI |
| enum | RENDERER_TARGET_AJAX |
| enum | RENDERER_TARGET_TEXTEMAIL |
| enum | RENDERER_TARGET_HTMLEMAIL |
| enum RENDERER_TARGET_AJAX |
Plain text rendering for Ajax scripts
Definition at line 40 of file outputfactories.php.
| enum RENDERER_TARGET_CLI |
Plain text rendering for CLI scripts and cron
Definition at line 37 of file outputfactories.php.
General rendering target, usually normal browser page
Definition at line 34 of file outputfactories.php.
Rich text html rendering intended for sending via email
Definition at line 46 of file outputfactories.php.
Plain text rendering intended for sending via email
Definition at line 43 of file outputfactories.php.