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


Public Member Functions | |
| get_output () | |
| export_database ($description=null) | |
Protected Member Functions | |
| output ($text) | |
Protected Attributes | |
| $data | |
XML format exporter class to memory storage (i.e. a string).
Definition at line 33 of file string_xml_database_exporter.php.
| export_database | ( | $ | description = null | ) |
Specific implementation for memory exporting the database: it clear the buffer and calls superclass
| dbtransfer_exception | if any checking (e.g. database schema) fails |
| string | $description | a user description of the data. |
Reimplemented from database_exporter.
Definition at line 60 of file string_xml_database_exporter.php.
| get_output | ( | ) |
Returns the output of the exporters
Definition at line 48 of file string_xml_database_exporter.php.
| output | ( | $ | text | ) | [protected] |
Specific output method for the memory XML sink.
Reimplemented from xml_database_exporter.
Definition at line 40 of file string_xml_database_exporter.php.
$data [protected] |
String with XML data.
Definition at line 35 of file string_xml_database_exporter.php.