[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

File Size: 611 lines (15 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

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__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