ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_DocumentSecurity. | |
isSecurityEnabled () | |
Is some sort of dcument security enabled? | |
getLockRevision () | |
Get LockRevision. | |
setLockRevision ($pValue=false) | |
Set LockRevision. | |
getLockStructure () | |
Get LockStructure. | |
setLockStructure ($pValue=false) | |
Set LockStructure. | |
getLockWindows () | |
Get LockWindows. | |
setLockWindows ($pValue=false) | |
Set LockWindows. | |
getRevisionsPassword () | |
Get RevisionsPassword (hashed) | |
setRevisionsPassword ($pValue= '', $pAlreadyHashed=false) | |
Set RevisionsPassword. | |
getWorkbookPassword () | |
Get WorkbookPassword (hashed) | |
setWorkbookPassword ($pValue= '', $pAlreadyHashed=false) | |
Set WorkbookPassword. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
Private Attributes | |
$_lockRevision | |
$_lockStructure | |
$_lockWindows | |
$_revisionsPassword | |
$_workbookPassword |
Definition at line 48 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::__construct | ( | ) |
Create a new PHPExcel_DocumentSecurity.
Definition at line 88 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 220 of file DocumentSecurity.php.
References $key.
PHPExcel_DocumentSecurity::getLockRevision | ( | ) |
Get LockRevision.
Definition at line 114 of file DocumentSecurity.php.
References $_lockRevision.
PHPExcel_DocumentSecurity::getLockStructure | ( | ) |
Get LockStructure.
Definition at line 134 of file DocumentSecurity.php.
References $_lockStructure.
PHPExcel_DocumentSecurity::getLockWindows | ( | ) |
Get LockWindows.
Definition at line 154 of file DocumentSecurity.php.
References $_lockWindows.
PHPExcel_DocumentSecurity::getRevisionsPassword | ( | ) |
Get RevisionsPassword (hashed)
Definition at line 174 of file DocumentSecurity.php.
References $_revisionsPassword.
PHPExcel_DocumentSecurity::getWorkbookPassword | ( | ) |
Get WorkbookPassword (hashed)
Definition at line 198 of file DocumentSecurity.php.
References $_workbookPassword.
PHPExcel_DocumentSecurity::isSecurityEnabled | ( | ) |
Is some sort of dcument security enabled?
Definition at line 103 of file DocumentSecurity.php.
References $_lockWindows.
PHPExcel_DocumentSecurity::setLockRevision | ( | $pValue = false | ) |
Set LockRevision.
boolean | $pValue |
Definition at line 124 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::setLockStructure | ( | $pValue = false | ) |
Set LockStructure.
boolean | $pValue |
Definition at line 144 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::setLockWindows | ( | $pValue = false | ) |
Set LockWindows.
boolean | $pValue |
Definition at line 164 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::setRevisionsPassword | ( | $pValue = '' , |
|
$pAlreadyHashed = false |
|||
) |
Set RevisionsPassword.
string | $pValue | |
boolean | $pAlreadyHashed | If the password has already been hashed, set this to true |
Definition at line 185 of file DocumentSecurity.php.
References PHPExcel_Shared_PasswordHasher\hashPassword().
PHPExcel_DocumentSecurity::setWorkbookPassword | ( | $pValue = '' , |
|
$pAlreadyHashed = false |
|||
) |
Set WorkbookPassword.
string | $pValue | |
boolean | $pAlreadyHashed | If the password has already been hashed, set this to true |
Definition at line 209 of file DocumentSecurity.php.
References PHPExcel_Shared_PasswordHasher\hashPassword().
|
private |
Definition at line 55 of file DocumentSecurity.php.
Referenced by getLockRevision().
|
private |
Definition at line 62 of file DocumentSecurity.php.
Referenced by getLockStructure().
|
private |
Definition at line 69 of file DocumentSecurity.php.
Referenced by getLockWindows(), and isSecurityEnabled().
|
private |
Definition at line 76 of file DocumentSecurity.php.
Referenced by getRevisionsPassword().
|
private |
Definition at line 83 of file DocumentSecurity.php.
Referenced by getWorkbookPassword().