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

Public Member Functions

 __construct ()
 get_allcontents ()

Protected Member Functions

 init ()
 finish ()
 send ($content)

Protected Attributes

 $allcontents

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 37 of file memory_xml_output.class.php.


Member Function Documentation

finish ( ) [protected]

Reimplemented from xml_output.

Definition at line 55 of file memory_xml_output.class.php.

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.


Field Documentation

$allcontents [protected]

Definition at line 35 of file memory_xml_output.class.php.


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