[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 127 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Shared_XMLWriter:: (4 methods):
__construct()
__destruct()
getData()
writeRawData()
Class: PHPExcel_Shared_XMLWriter - X-Ref
PHPExcel_Shared_XMLWriter__construct($pTemporaryStorage = self::STORAGE_MEMORY, $pTemporaryStorageFolder = NULL) X-Ref |
Create a new PHPExcel_Shared_XMLWriter instance param: int $pTemporaryStorage Temporary storage location param: string $pTemporaryStorageFolder Temporary storage folder |
__destruct() X-Ref |
Destructor |
getData() X-Ref |
Get written data return: $data |
writeRawData($text) X-Ref |
Fallback method for writeRaw, introduced in PHP 5.2 param: string $text return: string |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |