ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($pTemporaryStorage=self::STORAGE_MEMORY, $pTemporaryStorageFolder= './') | |
Create a new PHPExcel_Shared_XMLWriter instance. | |
__destruct () | |
Destructor. | |
getData () | |
Get written data. | |
__call ($function, $args) | |
Catch function calls (and pass them to internal XMLWriter) | |
writeRaw ($text) | |
Fallback method for writeRaw, introduced in PHP 5.2. |
Data Fields | |
const | STORAGE_MEMORY = 1 |
Temporary storage method. | |
const | STORAGE_DISK = 2 |
Private Attributes | |
$_xmlWriter | |
$_tempFileName = '' |
Definition at line 39 of file XMLWriter.php.
PHPExcel_Shared_XMLWriter::__construct | ( | $pTemporaryStorage = self::STORAGE_MEMORY , |
|
$pTemporaryStorageFolder = './' |
|||
) |
Create a new PHPExcel_Shared_XMLWriter instance.
int | $pTemporaryStorage | Temporary storage location |
string | $pTemporaryStorageFolder | Temporary storage folder |
Definition at line 64 of file XMLWriter.php.
PHPExcel_Shared_XMLWriter::__destruct | ( | ) |
Destructor.
Definition at line 89 of file XMLWriter.php.
PHPExcel_Shared_XMLWriter::__call | ( | $function, | |
$args | |||
) |
Catch function calls (and pass them to internal XMLWriter)
unknown_type | $function | |
unknown_type | $args |
Definition at line 119 of file XMLWriter.php.
PHPExcel_Shared_XMLWriter::getData | ( | ) |
Get written data.
Definition at line 104 of file XMLWriter.php.
PHPExcel_Shared_XMLWriter::writeRaw | ( | $text | ) |
Fallback method for writeRaw, introduced in PHP 5.2.
string | $text |
Definition at line 133 of file XMLWriter.php.
|
private |
Definition at line 56 of file XMLWriter.php.
|
private |
Definition at line 49 of file XMLWriter.php.
const PHPExcel_Shared_XMLWriter::STORAGE_DISK = 2 |
Definition at line 42 of file XMLWriter.php.
Referenced by PHPExcel_Writer_Excel2007_Comments\writeComments(), PHPExcel_Writer_Excel2007_ContentTypes\writeContentTypes(), PHPExcel_Writer_Excel2007_DocProps\writeDocPropsApp(), PHPExcel_Writer_Excel2007_DocProps\writeDocPropsCore(), PHPExcel_Writer_Excel2007_Rels\writeDrawingRelationships(), PHPExcel_Writer_Excel2007_Drawing\writeDrawings(), PHPExcel_Writer_Excel2007_Rels\writeHeaderFooterDrawingRelationships(), PHPExcel_Writer_Excel2007_Rels\writeRelationships(), PHPExcel_Writer_Excel2007_StringTable\writeStringTable(), PHPExcel_Writer_Excel2007_Style\writeStyles(), PHPExcel_Writer_Excel2007_Theme\writeTheme(), PHPExcel_Writer_Excel2007_Comments\writeVMLComments(), PHPExcel_Writer_Excel2007_Drawing\writeVMLHeaderFooterImages(), PHPExcel_Writer_Excel2007_Workbook\writeWorkbook(), PHPExcel_Writer_Excel2007_Rels\writeWorkbookRelationships(), PHPExcel_Writer_Excel2007_Worksheet\writeWorksheet(), and PHPExcel_Writer_Excel2007_Rels\writeWorksheetRelationships().
const PHPExcel_Shared_XMLWriter::STORAGE_MEMORY = 1 |
Temporary storage method.
Definition at line 41 of file XMLWriter.php.
Referenced by PHPExcel_Writer_Excel2007_Comments\writeComments(), PHPExcel_Writer_Excel2007_ContentTypes\writeContentTypes(), PHPExcel_Writer_Excel2007_DocProps\writeDocPropsApp(), PHPExcel_Writer_Excel2007_DocProps\writeDocPropsCore(), PHPExcel_Writer_Excel2007_Rels\writeDrawingRelationships(), PHPExcel_Writer_Excel2007_Drawing\writeDrawings(), PHPExcel_Writer_Excel2007_Rels\writeHeaderFooterDrawingRelationships(), PHPExcel_Writer_Excel2007_Rels\writeRelationships(), PHPExcel_Writer_Excel2007_StringTable\writeStringTable(), PHPExcel_Writer_Excel2007_Style\writeStyles(), PHPExcel_Writer_Excel2007_Theme\writeTheme(), PHPExcel_Writer_Excel2007_Comments\writeVMLComments(), PHPExcel_Writer_Excel2007_Drawing\writeVMLHeaderFooterImages(), PHPExcel_Writer_Excel2007_Workbook\writeWorkbook(), PHPExcel_Writer_Excel2007_Rels\writeWorkbookRelationships(), PHPExcel_Writer_Excel2007_Worksheet\writeWorksheet(), and PHPExcel_Writer_Excel2007_Rels\writeWorksheetRelationships().