Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
This class implements one @xml_output able to send contents to one OS file. More...
Public Member Functions | |
__construct ($fullpath, $usebuffer=true) | |
debug_info () | |
set_buffersize ($buffersize) | |
start () | |
stop () | |
write ($content) | |
Get contents from @xml_writer and buffer/output them. | |
Public Attributes | |
const | DEFAULT_BUFFER_SIZE = 4096 |
Protected Member Functions | |
finish () | |
init () | |
send ($content) | |
Protected Attributes | |
$buffersize | |
$currentbuffer | |
$currentbuffersize | |
$fhandle | |
$fullpath | |
$inittime | |
$running | |
$sentbytes | |
$usebuffer | |
This class implements one @xml_output able to send contents to one OS file.
Buffering enabled by default (can be disabled)
TODO: Finish phpdocs
|
protected |
Reimplemented from xml_output.
|
protected |
Reimplemented from xml_output.
|
protected |
Reimplemented from xml_output.