[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/phpexcel/PHPExcel/ -> DocumentProperties.php (summary)

PHPExcel Copyright (c) 2006 - 2014 PHPExcel

Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 587 lines (16 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1