Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
memory_xml_output Class Reference

This class implements one @xml_output able to store and return output in memory. More...

Inheritance diagram for memory_xml_output:
xml_output

Public Member Functions

 debug_info ()
 
 get_allcontents ()
 
 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

 $allcontents
 
 $buffersize
 
 $currentbuffer
 
 $currentbuffersize
 
 $inittime
 
 $running
 
 $sentbytes
 
 $usebuffer
 

Detailed Description

This class implements one @xml_output 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


The documentation for this class was generated from the following file: