|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct () | |
| get_allcontents () | |
Protected Member Functions | |
| init () | |
| finish () | |
| send ($content) | |
Protected Attributes | |
| $allcontents | |
This class implements one able to store and return output in memory
Although possible to use, has been defined as not supporting buffering for testing purposes. get_allcontents() will return the contents after ending.
TODO: Finish phpdocs
Definition at line 33 of file memory_xml_output.class.php.
| __construct | ( | ) |
Definition at line 37 of file memory_xml_output.class.php.
| finish | ( | ) | [protected] |
Reimplemented from xml_output.
Definition at line 55 of file memory_xml_output.class.php.
| get_allcontents | ( | ) |
Definition at line 42 of file memory_xml_output.class.php.
| init | ( | ) | [protected] |
Reimplemented from xml_output.
Definition at line 51 of file memory_xml_output.class.php.
| send | ( | $ | content | ) | [protected] |
Reimplemented from xml_output.
Definition at line 59 of file memory_xml_output.class.php.
$allcontents [protected] |
Definition at line 35 of file memory_xml_output.class.php.