[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 611 lines (15 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_DocumentProperties:: (31 methods):
__construct()
getCreator()
setCreator()
getLastModifiedBy()
setLastModifiedBy()
getCreated()
setCreated()
getModified()
setModified()
getTitle()
setTitle()
getDescription()
setDescription()
getSubject()
setSubject()
getKeywords()
setKeywords()
getCategory()
setCategory()
getCompany()
setCompany()
getManager()
setManager()
getCustomProperties()
isCustomPropertySet()
getCustomPropertyValue()
getCustomPropertyType()
setCustomProperty()
__clone()
convertProperty()
convertPropertyType()
Class: PHPExcel_DocumentProperties - X-Ref
PHPExcel_DocumentProperties__construct() X-Ref |
Create a new PHPExcel_DocumentProperties |
getCreator() X-Ref |
Get Creator return: string |
setCreator($pValue = '') X-Ref |
Set Creator param: string $pValue return: PHPExcel_DocumentProperties |
getLastModifiedBy() X-Ref |
Get Last Modified By return: string |
setLastModifiedBy($pValue = '') X-Ref |
Set Last Modified By param: string $pValue return: PHPExcel_DocumentProperties |
getCreated() X-Ref |
Get Created return: datetime |
setCreated($pValue = null) X-Ref |
Set Created param: datetime $pValue return: PHPExcel_DocumentProperties |
getModified() X-Ref |
Get Modified return: datetime |
setModified($pValue = null) X-Ref |
Set Modified param: datetime $pValue return: PHPExcel_DocumentProperties |
getTitle() X-Ref |
Get Title return: string |
setTitle($pValue = '') X-Ref |
Set Title param: string $pValue return: PHPExcel_DocumentProperties |
getDescription() X-Ref |
Get Description return: string |
setDescription($pValue = '') X-Ref |
Set Description param: string $pValue return: PHPExcel_DocumentProperties |
getSubject() X-Ref |
Get Subject return: string |
setSubject($pValue = '') X-Ref |
Set Subject param: string $pValue return: PHPExcel_DocumentProperties |
getKeywords() X-Ref |
Get Keywords return: string |
setKeywords($pValue = '') X-Ref |
Set Keywords param: string $pValue return: PHPExcel_DocumentProperties |
getCategory() X-Ref |
Get Category return: string |
setCategory($pValue = '') X-Ref |
Set Category param: string $pValue return: PHPExcel_DocumentProperties |
getCompany() X-Ref |
Get Company return: string |
setCompany($pValue = '') X-Ref |
Set Company param: string $pValue return: PHPExcel_DocumentProperties |
getManager() X-Ref |
Get Manager return: string |
setManager($pValue = '') X-Ref |
Set Manager param: string $pValue return: PHPExcel_DocumentProperties |
getCustomProperties() X-Ref |
Get a List of Custom Property Names return: array of string |
isCustomPropertySet($propertyName) X-Ref |
Check if a Custom Property is defined param: string $propertyName return: boolean |
getCustomPropertyValue($propertyName) X-Ref |
Get a Custom Property Value param: string $propertyName return: string |
getCustomPropertyType($propertyName) X-Ref |
Get a Custom Property Type param: string $propertyName return: string |
setCustomProperty($propertyName, $propertyValue = '', $propertyType = null) X-Ref |
Set a Custom Property param: string $propertyName param: mixed $propertyValue param: string $propertyType return: PHPExcel_DocumentProperties |
__clone() X-Ref |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
convertProperty($propertyValue, $propertyType) X-Ref |
No description |
convertPropertyType($propertyType) X-Ref |
No description |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |