[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

(no description)

File Size: 222 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

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_DocumentSecurity


isSecurityEnabled()   X-Ref
Is some sort of document 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: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1