|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_Writer_Excel2007_DocProps:
Collaboration diagram for PHPExcel_Writer_Excel2007_DocProps:Public Member Functions | |
| writeDocPropsApp (PHPExcel $pPHPExcel=null) | |
| Write docProps/app.xml to XML format. | |
| writeDocPropsCore (PHPExcel $pPHPExcel=null) | |
| Write docProps/core.xml to XML format. | |
| writeDocPropsCustom (PHPExcel $pPHPExcel=null) | |
| Write docProps/custom.xml to XML format. | |
Public Member Functions inherited from PHPExcel_Writer_Excel2007_WriterPart | |
| setParentWriter (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. | |
| getParentWriter () | |
| Get parent IWriter object. | |
| __construct (PHPExcel_Writer_IWriter $pWriter=null) | |
| Set parent IWriter object. | |
Definition at line 36 of file DocProps.php.
| PHPExcel_Writer_Excel2007_DocProps::writeDocPropsApp | ( | PHPExcel | $pPHPExcel = null | ) |
Write docProps/app.xml to XML format.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 45 of file DocProps.php.
References PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_DocProps::writeDocPropsCore | ( | PHPExcel | $pPHPExcel = null | ) |
Write docProps/core.xml to XML format.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 142 of file DocProps.php.
References PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function:| PHPExcel_Writer_Excel2007_DocProps::writeDocPropsCustom | ( | PHPExcel | $pPHPExcel = null | ) |
Write docProps/custom.xml to XML format.
| PHPExcel | $pPHPExcel |
| Exception |
Definition at line 209 of file DocProps.php.
References PHPExcel_Writer_Excel2007_WriterPart\getParentWriter(), PHPExcel_Shared_XMLWriter\STORAGE_DISK, and PHPExcel_Shared_XMLWriter\STORAGE_MEMORY.
Here is the call graph for this function: