ILIAS
eassessment Revision 61809
|
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 36 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::__construct | ( | ) |
Create a new PHPExcel_DocumentSecurity.
Definition at line 76 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 208 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::getLockRevision | ( | ) |
Get LockRevision.
Definition at line 102 of file DocumentSecurity.php.
References $_lockRevision.
PHPExcel_DocumentSecurity::getLockStructure | ( | ) |
Get LockStructure.
Definition at line 122 of file DocumentSecurity.php.
References $_lockStructure.
PHPExcel_DocumentSecurity::getLockWindows | ( | ) |
Get LockWindows.
Definition at line 142 of file DocumentSecurity.php.
References $_lockWindows.
PHPExcel_DocumentSecurity::getRevisionsPassword | ( | ) |
Get RevisionsPassword (hashed)
Definition at line 162 of file DocumentSecurity.php.
References $_revisionsPassword.
PHPExcel_DocumentSecurity::getWorkbookPassword | ( | ) |
Get WorkbookPassword (hashed)
Definition at line 186 of file DocumentSecurity.php.
References $_workbookPassword.
PHPExcel_DocumentSecurity::isSecurityEnabled | ( | ) |
Is some sort of dcument security enabled?
Definition at line 91 of file DocumentSecurity.php.
References $_lockWindows.
PHPExcel_DocumentSecurity::setLockRevision | ( | $pValue = false | ) |
Set LockRevision.
boolean | $pValue |
Definition at line 112 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::setLockStructure | ( | $pValue = false | ) |
Set LockStructure.
boolean | $pValue |
Definition at line 132 of file DocumentSecurity.php.
PHPExcel_DocumentSecurity::setLockWindows | ( | $pValue = false | ) |
Set LockWindows.
boolean | $pValue |
Definition at line 152 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 173 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 197 of file DocumentSecurity.php.
References PHPExcel_Shared_PasswordHasher\hashPassword().
|
private |
Definition at line 43 of file DocumentSecurity.php.
Referenced by getLockRevision().
|
private |
Definition at line 50 of file DocumentSecurity.php.
Referenced by getLockStructure().
|
private |
Definition at line 57 of file DocumentSecurity.php.
Referenced by getLockWindows(), and isSecurityEnabled().
|
private |
Definition at line 64 of file DocumentSecurity.php.
Referenced by getRevisionsPassword().
|
private |
Definition at line 71 of file DocumentSecurity.php.
Referenced by getWorkbookPassword().