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


Public Member Functions | |
| __construct ($fullpath, $usebuffer=true) | |
Protected Member Functions | |
| init () | |
| finish () | |
| send ($content) | |
Protected Attributes | |
| $fullpath | |
| $fhandle | |
This class implements one able to send contents to one OS file
Buffering enabled by default (can be disabled)
TODO: Finish phpdocs
Definition at line 32 of file file_xml_output.class.php.
| __construct | ( | $ | fullpath, |
| $ | usebuffer = true |
||
| ) |
Definition at line 37 of file file_xml_output.class.php.
| finish | ( | ) | [protected] |
Reimplemented from xml_output.
Definition at line 60 of file file_xml_output.class.php.
| init | ( | ) | [protected] |
Reimplemented from xml_output.
Definition at line 44 of file file_xml_output.class.php.
| send | ( | $ | content | ) | [protected] |
Reimplemented from xml_output.
Definition at line 66 of file file_xml_output.class.php.
$fhandle [protected] |
Definition at line 35 of file file_xml_output.class.php.
$fullpath [protected] |
Definition at line 34 of file file_xml_output.class.php.