Constants

PROPERTY_TYPE_BOOLEAN

PROPERTY_TYPE_BOOLEAN = 'b'

constants

PROPERTY_TYPE_INTEGER

PROPERTY_TYPE_INTEGER = 'i'

PROPERTY_TYPE_FLOAT

PROPERTY_TYPE_FLOAT = 'f'

PROPERTY_TYPE_DATE

PROPERTY_TYPE_DATE = 'd'

PROPERTY_TYPE_STRING

PROPERTY_TYPE_STRING = 's'

PROPERTY_TYPE_UNKNOWN

PROPERTY_TYPE_UNKNOWN = 'u'

Properties

$_creator

$_creator : string

Creator

Type

string

$_lastModifiedBy

$_lastModifiedBy : string

LastModifiedBy

Type

string

$_created

$_created : \datetime

Created

Type

\datetime —

$_modified

$_modified : \datetime

Modified

Type

\datetime —

$_title

$_title : string

Title

Type

string

$_description

$_description : string

Description

Type

string

$_subject

$_subject : string

Subject

Type

string

$_keywords

$_keywords : string

Keywords

Type

string

$_category

$_category : string

Category

Type

string

$_manager

$_manager : string

Manager

Type

string

$_company

$_company : string

Company

Type

string

$_customProperties

$_customProperties : string

Custom Properties

Type

string

Methods

__construct()

__construct() : mixed

Create a new PHPExcel_DocumentProperties

Returns

mixed —

getCreator()

getCreator() : string

Get Creator

Returns

string —

setCreator()

setCreator(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Creator

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getLastModifiedBy()

getLastModifiedBy() : string

Get Last Modified By

Returns

string —

setLastModifiedBy()

setLastModifiedBy(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Last Modified By

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getCreated()

getCreated() : \datetime

Get Created

Returns

\datetime —

setCreated()

setCreated(\datetime  $pValue = null) : \PHPExcel_DocumentProperties

Set Created

Parameters

\datetime $pValue

Returns

\PHPExcel_DocumentProperties —

getModified()

getModified() : \datetime

Get Modified

Returns

\datetime —

setModified()

setModified(\datetime  $pValue = null) : \PHPExcel_DocumentProperties

Set Modified

Parameters

\datetime $pValue

Returns

\PHPExcel_DocumentProperties —

getTitle()

getTitle() : string

Get Title

Returns

string —

setTitle()

setTitle(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Title

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getDescription()

getDescription() : string

Get Description

Returns

string —

setDescription()

setDescription(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Description

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getSubject()

getSubject() : string

Get Subject

Returns

string —

setSubject()

setSubject(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Subject

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getKeywords()

getKeywords() : string

Get Keywords

Returns

string —

setKeywords()

setKeywords(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Keywords

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getCategory()

getCategory() : string

Get Category

Returns

string —

setCategory()

setCategory(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Category

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getCompany()

getCompany() : string

Get Company

Returns

string —

setCompany()

setCompany(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Company

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getManager()

getManager() : string

Get Manager

Returns

string —

setManager()

setManager(string  $pValue = '') : \PHPExcel_DocumentProperties

Set Manager

Parameters

string $pValue

Returns

\PHPExcel_DocumentProperties —

getCustomProperties()

getCustomProperties() : array

Get a List of Custom Property Names

Returns

array —

of string

isCustomPropertySet()

isCustomPropertySet(string  $propertyName) : bool

Check if a Custom Property is defined

Parameters

string $propertyName

Returns

bool —

getCustomPropertyValue()

getCustomPropertyValue(string  $propertyName) : string

Get a Custom Property Value

Parameters

string $propertyName

Returns

string —

getCustomPropertyType()

getCustomPropertyType(string  $propertyName) : string

Get a Custom Property Type

Parameters

string $propertyName

Returns

string —

setCustomProperty()

setCustomProperty(string  $propertyName, mixed  $propertyValue = '', string  $propertyType = NULL) : \PHPExcel_DocumentProperties

Set a Custom Property

Parameters

string $propertyName
mixed $propertyValue
string $propertyType

'i' : Integer 'f' : Floating Point 's' : String 'd' : Date/Time 'b' : Boolean

Returns

\PHPExcel_DocumentProperties —

__clone()

__clone() : mixed

Implement PHP __clone to create a deep clone, not just a shallow copy.

Returns

mixed —

convertProperty()

convertProperty(mixed  $propertyValue, mixed  $propertyType) : mixed

Parameters

mixed $propertyValue
mixed $propertyType

Returns

mixed —

convertPropertyType()

convertPropertyType(mixed  $propertyType) : mixed

Parameters

mixed $propertyType

Returns

mixed —