Todo List
static void convertProperty( $propertyValue, $propertyType)
static void convertPropertyType( $propertyType)
PHPExcel_DocumentProperties __construct( )
string getCategory( )
string getCompany( )
datetime getCreated( )
string getCreator( )
array getCustomProperties( )
string getCustomPropertyType( string $propertyName)
string getCustomPropertyValue( string $propertyName)
string getDescription( )
string getKeywords( )
string getLastModifiedBy( )
string getManager( )
datetime getModified( )
string getSubject( )
string getTitle( )
boolean isCustomPropertySet( string $propertyName)
PHPExcel_DocumentProperties setCategory( [string $pValue = ''])
PHPExcel_DocumentProperties setCompany( [string $pValue = ''])
PHPExcel_DocumentProperties setCreated( [datetime $pValue = null])
PHPExcel_DocumentProperties setCreator( [string $pValue = ''])
PHPExcel_DocumentProperties setCustomProperty( string $propertyName, [mixed $propertyValue = ''], [string $propertyType = NULL])
PHPExcel_DocumentProperties setDescription( [string $pValue = ''])
PHPExcel_DocumentProperties setKeywords( [string $pValue = ''])
PHPExcel_DocumentProperties setLastModifiedBy( [string $pValue = ''])
PHPExcel_DocumentProperties setManager( [string $pValue = ''])
PHPExcel_DocumentProperties setModified( [datetime $pValue = null])
PHPExcel_DocumentProperties setSubject( [string $pValue = ''])
PHPExcel_DocumentProperties setTitle( [string $pValue = ''])
void __clone( )
[line 39]
[line 42]
[line 41]
[line 40]
[line 43]
[line 44]