[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/phpexcel/PHPExcel/ -> DocumentSecurity.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: 218 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_DocumentSecurity:: (13 methods):
  __construct()
  isSecurityEnabled()
  getLockRevision()
  setLockRevision()
  getLockStructure()
  setLockStructure()
  getLockWindows()
  setLockWindows()
  getRevisionsPassword()
  setRevisionsPassword()
  getWorkbookPassword()
  setWorkbookPassword()
  __clone()


Class: PHPExcel_DocumentSecurity  - X-Ref

PHPExcel_DocumentSecurity

__construct()   X-Ref
Create a new PHPExcel_DocumentSecurity


isSecurityEnabled()   X-Ref
Is some sort of dcument security enabled?

return: boolean

getLockRevision()   X-Ref
Get LockRevision

return: boolean

setLockRevision($pValue = false)   X-Ref
Set LockRevision

param: boolean $pValue
return: PHPExcel_DocumentSecurity

getLockStructure()   X-Ref
Get LockStructure

return: boolean

setLockStructure($pValue = false)   X-Ref
Set LockStructure

param: boolean $pValue
return: PHPExcel_DocumentSecurity

getLockWindows()   X-Ref
Get LockWindows

return: boolean

setLockWindows($pValue = false)   X-Ref
Set LockWindows

param: boolean $pValue
return: PHPExcel_DocumentSecurity

getRevisionsPassword()   X-Ref
Get RevisionsPassword (hashed)

return: string

setRevisionsPassword($pValue = '', $pAlreadyHashed = false)   X-Ref
Set RevisionsPassword

param: string     $pValue
param: boolean     $pAlreadyHashed If the password has already been hashed, set this to true
return: PHPExcel_DocumentSecurity

getWorkbookPassword()   X-Ref
Get WorkbookPassword (hashed)

return: string

setWorkbookPassword($pValue = '', $pAlreadyHashed = false)   X-Ref
Set WorkbookPassword

param: string     $pValue
param: boolean     $pAlreadyHashed If the password has already been hashed, set this to true
return: PHPExcel_DocumentSecurity

__clone()   X-Ref
Implement PHP __clone to create a deep clone, not just a shallow copy.




Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1