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

Public Member Functions

 __construct ($fullpath, $usebuffer=true)

Protected Member Functions

 init ()
 finish ()
 send ($content)

Protected Attributes

 $fullpath
 $fhandle

Detailed Description

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.


Constructor & Destructor Documentation

__construct ( fullpath,
usebuffer = true 
)

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


Member Function Documentation

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.


Field Documentation

$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.


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