PHPExcel_DocumentProperties
category | PHPExcel |
---|---|
package | PHPExcel |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
convertProperty($propertyValue, $propertyType)
convertPropertyType($propertyType)
getCategory() : string
string
getCompany() : string
string
getCreated() : \datetime
\datetime
getCreator() : string
string
getCustomProperties() : array
array
of stringgetCustomPropertyType(string $propertyName) : string
string
string
getCustomPropertyValue(string $propertyName) : string
string
string
getDescription() : string
string
getKeywords() : string
string
getLastModifiedBy() : string
string
getManager() : string
string
getModified() : \datetime
\datetime
getSubject() : string
string
getTitle() : string
string
isCustomPropertySet(string $propertyName) : boolean
string
boolean
setCustomProperty(string $propertyName, mixed $propertyValue, string $propertyType) : \PHPExcel_DocumentProperties
string
mixed
string
'i' : Integer 'f' : Floating Point 's' : String 'd' : Date/Time 'b' : Boolean
$_category : string
$_company : string
$_created : \datetime
$_creator : string
$_customProperties : string
$_description : string
$_keywords : string
$_lastModifiedBy : string
$_manager : string
$_modified : \datetime
$_subject : string
$_title : string
PROPERTY_TYPE_BOOLEAN
PROPERTY_TYPE_DATE
PROPERTY_TYPE_FLOAT
PROPERTY_TYPE_INTEGER
PROPERTY_TYPE_STRING
PROPERTY_TYPE_UNKNOWN