[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 222 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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 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 |