|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Inheritance diagram for SimpleExcel\Writer\XMLWriter:
Collaboration diagram for SimpleExcel\Writer\XMLWriter:Public Member Functions | |
| __construct () | |
| addRow ($values) | |
| Adding row data to XML. More... | |
| saveString () | |
| Get document content as string. More... | |
| setData ($values) | |
| Set XML data. More... | |
| setDocProp ($prop, $val) | |
| Set a document property of the XML. More... | |
Public Member Functions inherited from SimpleExcel\Writer\BaseWriter | |
| __construct () | |
| addRow ($values) | |
| Adding row data to table. More... | |
| saveString () | |
| Get document content as string. More... | |
| saveFile ($filename, $target=NULL) | |
| Export the document. More... | |
| setData ($values) | |
| Set tabular data. More... | |
| addRow ($values) | |
| saveString () | |
| saveFile ($filename, $target) | |
| setData ($values) | |
Protected Attributes | |
| $content_type = 'application/xml' | |
| $file_extension = 'xml' | |
Protected Attributes inherited from SimpleExcel\Writer\BaseWriter | |
| $tabl_data | |
| $content_type = 'text' | |
| $file_extension = 'txt' | |
Private Attributes | |
| $doc_prop | |
Definition at line 11 of file XMLWriter.php.
| SimpleExcel\Writer\XMLWriter::__construct | ( | ) |
Reimplemented from SimpleExcel\Writer\BaseWriter.
Definition at line 40 of file XMLWriter.php.
| SimpleExcel\Writer\XMLWriter::addRow | ( | $values | ) |
Adding row data to XML.
| array | $values | An array contains ordered value for every cell |
Reimplemented from SimpleExcel\Writer\BaseWriter.
Definition at line 57 of file XMLWriter.php.
References $row, and SimpleExcel\Writer\BaseWriter\$tabl_data.
Referenced by SimpleExcel\Writer\XMLWriter\setData().
Here is the caller graph for this function:| SimpleExcel\Writer\XMLWriter::saveString | ( | ) |
Get document content as string.
Reimplemented from SimpleExcel\Writer\BaseWriter.
Definition at line 92 of file XMLWriter.php.
| SimpleExcel\Writer\XMLWriter::setData | ( | $values | ) |
Set XML data.
| array | $values | An array contains ordered value of arrays for all fields |
Reimplemented from SimpleExcel\Writer\BaseWriter.
Definition at line 123 of file XMLWriter.php.
References SimpleExcel\Writer\XMLWriter\addRow().
Here is the call graph for this function:| SimpleExcel\Writer\XMLWriter::setDocProp | ( | $prop, | |
| $val | |||
| ) |
Set a document property of the XML.
| string | $prop | Document property to be set |
| string | $val | Value of the document property |
Definition at line 142 of file XMLWriter.php.
|
protected |
Definition at line 19 of file XMLWriter.php.
|
private |
Definition at line 35 of file XMLWriter.php.
|
protected |
Definition at line 27 of file XMLWriter.php.