ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct () | |
Create a new Document Security instance. More... | |
isSecurityEnabled () | |
Is some sort of document security enabled? More... | |
getLockRevision () | |
setLockRevision (?bool $pValue) | |
getLockStructure () | |
setLockStructure (?bool $pValue) | |
getLockWindows () | |
setLockWindows (?bool $pValue) | |
getRevisionsPassword () | |
setRevisionsPassword (?string $pValue, bool $pAlreadyHashed=false) | |
getWorkbookPassword () | |
setWorkbookPassword (?string $pValue, bool $pAlreadyHashed=false) | |
Private Attributes | |
$lockRevision = false | |
$lockStructure = false | |
$lockWindows = false | |
$revisionsPassword = '' | |
$workbookPassword = '' | |
Definition at line 7 of file Security.php.
PhpOffice\PhpSpreadsheet\Document\Security::__construct | ( | ) |
PhpOffice\PhpSpreadsheet\Document\Security::getLockRevision | ( | ) |
Definition at line 61 of file Security.php.
References PhpOffice\PhpSpreadsheet\Document\Security\$lockRevision.
PhpOffice\PhpSpreadsheet\Document\Security::getLockStructure | ( | ) |
Definition at line 75 of file Security.php.
References PhpOffice\PhpSpreadsheet\Document\Security\$lockStructure.
PhpOffice\PhpSpreadsheet\Document\Security::getLockWindows | ( | ) |
Definition at line 89 of file Security.php.
References PhpOffice\PhpSpreadsheet\Document\Security\$lockWindows.
PhpOffice\PhpSpreadsheet\Document\Security::getRevisionsPassword | ( | ) |
Definition at line 103 of file Security.php.
References PhpOffice\PhpSpreadsheet\Document\Security\$revisionsPassword.
PhpOffice\PhpSpreadsheet\Document\Security::getWorkbookPassword | ( | ) |
Definition at line 120 of file Security.php.
References PhpOffice\PhpSpreadsheet\Document\Security\$workbookPassword.
PhpOffice\PhpSpreadsheet\Document\Security::isSecurityEnabled | ( | ) |
Is some sort of document security enabled?
Definition at line 54 of file Security.php.
References PhpOffice\PhpSpreadsheet\Document\Security\$lockWindows.
PhpOffice\PhpSpreadsheet\Document\Security::setLockRevision | ( | ?bool | $pValue | ) |
Definition at line 66 of file Security.php.
PhpOffice\PhpSpreadsheet\Document\Security::setLockStructure | ( | ?bool | $pValue | ) |
Definition at line 80 of file Security.php.
PhpOffice\PhpSpreadsheet\Document\Security::setLockWindows | ( | ?bool | $pValue | ) |
Definition at line 94 of file Security.php.
PhpOffice\PhpSpreadsheet\Document\Security::setRevisionsPassword | ( | ?string | $pValue, |
bool | $pAlreadyHashed = false |
||
) |
Definition at line 108 of file Security.php.
References PhpOffice\PhpSpreadsheet\Shared\PasswordHasher\hashPassword().
PhpOffice\PhpSpreadsheet\Document\Security::setWorkbookPassword | ( | ?string | $pValue, |
bool | $pAlreadyHashed = false |
||
) |
Definition at line 125 of file Security.php.
References PhpOffice\PhpSpreadsheet\Shared\PasswordHasher\hashPassword().
|
private |
Definition at line 14 of file Security.php.
Referenced by PhpOffice\PhpSpreadsheet\Document\Security\getLockRevision().
|
private |
Definition at line 21 of file Security.php.
Referenced by PhpOffice\PhpSpreadsheet\Document\Security\getLockStructure().
|
private |
Definition at line 28 of file Security.php.
Referenced by PhpOffice\PhpSpreadsheet\Document\Security\getLockWindows(), and PhpOffice\PhpSpreadsheet\Document\Security\isSecurityEnabled().
|
private |
Definition at line 35 of file Security.php.
Referenced by PhpOffice\PhpSpreadsheet\Document\Security\getRevisionsPassword().
|
private |
Definition at line 42 of file Security.php.
Referenced by PhpOffice\PhpSpreadsheet\Document\Security\getWorkbookPassword().