PHPExcel_DocumentSecurity
| category | PHPExcel |
|---|---|
| package | PHPExcel |
| copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
getLockRevision() : boolean
booleangetLockStructure() : boolean
booleangetLockWindows() : boolean
booleangetRevisionsPassword() : string
stringgetWorkbookPassword() : string
stringisSecurityEnabled() : boolean
booleansetRevisionsPassword(string $pValue, boolean $pAlreadyHashed) : \PHPExcel_DocumentSecurity
string
booleanIf the password has already been hashed, set this to true
setWorkbookPassword(string $pValue, boolean $pAlreadyHashed) : \PHPExcel_DocumentSecurity
string
booleanIf the password has already been hashed, set this to true
$_lockRevision : boolean
$_lockStructure : boolean
$_lockWindows : boolean
$_revisionsPassword : string
$_workbookPassword : string