|
ILIAS
Release_4_0_x_branch Revision 61816
|
Collaboration diagram for PHPExcel_Worksheet_Protection:Public Member Functions | |
| __construct () | |
| Create a new PHPExcel_Worksheet_Protection. | |
| isProtectionEnabled () | |
| Is some sort of protection enabled? | |
| getSheet () | |
| Get Sheet. | |
| setSheet ($pValue=false) | |
| Set Sheet. | |
| getObjects () | |
| Get Objects. | |
| setObjects ($pValue=false) | |
| Set Objects. | |
| getScenarios () | |
| Get Scenarios. | |
| setScenarios ($pValue=false) | |
| Set Scenarios. | |
| getFormatCells () | |
| Get FormatCells. | |
| setFormatCells ($pValue=false) | |
| Set FormatCells. | |
| getFormatColumns () | |
| Get FormatColumns. | |
| setFormatColumns ($pValue=false) | |
| Set FormatColumns. | |
| getFormatRows () | |
| Get FormatRows. | |
| setFormatRows ($pValue=false) | |
| Set FormatRows. | |
| getInsertColumns () | |
| Get InsertColumns. | |
| setInsertColumns ($pValue=false) | |
| Set InsertColumns. | |
| getInsertRows () | |
| Get InsertRows. | |
| setInsertRows ($pValue=false) | |
| Set InsertRows. | |
| getInsertHyperlinks () | |
| Get InsertHyperlinks. | |
| setInsertHyperlinks ($pValue=false) | |
| Set InsertHyperlinks. | |
| getDeleteColumns () | |
| Get DeleteColumns. | |
| setDeleteColumns ($pValue=false) | |
| Set DeleteColumns. | |
| getDeleteRows () | |
| Get DeleteRows. | |
| setDeleteRows ($pValue=false) | |
| Set DeleteRows. | |
| getSelectLockedCells () | |
| Get SelectLockedCells. | |
| setSelectLockedCells ($pValue=false) | |
| Set SelectLockedCells. | |
| getSort () | |
| Get Sort. | |
| setSort ($pValue=false) | |
| Set Sort. | |
| getAutoFilter () | |
| Get AutoFilter. | |
| setAutoFilter ($pValue=false) | |
| Set AutoFilter. | |
| getPivotTables () | |
| Get PivotTables. | |
| setPivotTables ($pValue=false) | |
| Set PivotTables. | |
| getSelectUnlockedCells () | |
| Get SelectUnlockedCells. | |
| setSelectUnlockedCells ($pValue=false) | |
| Set SelectUnlockedCells. | |
| getPassword () | |
| Get Password (hashed) | |
| setPassword ($pValue= '', $pAlreadyHashed=false) | |
| Set Password. | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. | |
Definition at line 48 of file Protection.php.
| PHPExcel_Worksheet_Protection::__construct | ( | ) |
Create a new PHPExcel_Worksheet_Protection.
Definition at line 172 of file Protection.php.
| PHPExcel_Worksheet_Protection::__clone | ( | ) |
| PHPExcel_Worksheet_Protection::getAutoFilter | ( | ) |
Get AutoFilter.
Definition at line 483 of file Protection.php.
References $_autoFilter.
| PHPExcel_Worksheet_Protection::getDeleteColumns | ( | ) |
Get DeleteColumns.
Definition at line 403 of file Protection.php.
References $_deleteColumns.
| PHPExcel_Worksheet_Protection::getDeleteRows | ( | ) |
Get DeleteRows.
Definition at line 423 of file Protection.php.
References $_deleteRows.
| PHPExcel_Worksheet_Protection::getFormatCells | ( | ) |
Get FormatCells.
Definition at line 283 of file Protection.php.
References $_formatCells.
| PHPExcel_Worksheet_Protection::getFormatColumns | ( | ) |
Get FormatColumns.
Definition at line 303 of file Protection.php.
References $_formatColumns.
| PHPExcel_Worksheet_Protection::getFormatRows | ( | ) |
Get FormatRows.
Definition at line 323 of file Protection.php.
References $_formatRows.
| PHPExcel_Worksheet_Protection::getInsertColumns | ( | ) |
Get InsertColumns.
Definition at line 343 of file Protection.php.
References $_insertColumns.
| PHPExcel_Worksheet_Protection::getInsertHyperlinks | ( | ) |
Get InsertHyperlinks.
Definition at line 383 of file Protection.php.
References $_insertHyperlinks.
| PHPExcel_Worksheet_Protection::getInsertRows | ( | ) |
Get InsertRows.
Definition at line 363 of file Protection.php.
References $_insertRows.
| PHPExcel_Worksheet_Protection::getObjects | ( | ) |
| PHPExcel_Worksheet_Protection::getPassword | ( | ) |
Get Password (hashed)
Definition at line 543 of file Protection.php.
References $_password.
| PHPExcel_Worksheet_Protection::getPivotTables | ( | ) |
Get PivotTables.
Definition at line 503 of file Protection.php.
References $_pivotTables.
| PHPExcel_Worksheet_Protection::getScenarios | ( | ) |
Get Scenarios.
Definition at line 263 of file Protection.php.
References $_scenarios.
| PHPExcel_Worksheet_Protection::getSelectLockedCells | ( | ) |
Get SelectLockedCells.
Definition at line 443 of file Protection.php.
References $_selectLockedCells.
| PHPExcel_Worksheet_Protection::getSelectUnlockedCells | ( | ) |
Get SelectUnlockedCells.
Definition at line 523 of file Protection.php.
References $_selectUnlockedCells.
| PHPExcel_Worksheet_Protection::getSheet | ( | ) |
| PHPExcel_Worksheet_Protection::getSort | ( | ) |
| PHPExcel_Worksheet_Protection::isProtectionEnabled | ( | ) |
Is some sort of protection enabled?
Definition at line 199 of file Protection.php.
References $_selectUnlockedCells.
| PHPExcel_Worksheet_Protection::setAutoFilter | ( | $pValue = false | ) |
Set AutoFilter.
| boolean | $pValue |
Definition at line 493 of file Protection.php.
| PHPExcel_Worksheet_Protection::setDeleteColumns | ( | $pValue = false | ) |
Set DeleteColumns.
| boolean | $pValue |
Definition at line 413 of file Protection.php.
| PHPExcel_Worksheet_Protection::setDeleteRows | ( | $pValue = false | ) |
Set DeleteRows.
| boolean | $pValue |
Definition at line 433 of file Protection.php.
| PHPExcel_Worksheet_Protection::setFormatCells | ( | $pValue = false | ) |
Set FormatCells.
| boolean | $pValue |
Definition at line 293 of file Protection.php.
| PHPExcel_Worksheet_Protection::setFormatColumns | ( | $pValue = false | ) |
Set FormatColumns.
| boolean | $pValue |
Definition at line 313 of file Protection.php.
| PHPExcel_Worksheet_Protection::setFormatRows | ( | $pValue = false | ) |
Set FormatRows.
| boolean | $pValue |
Definition at line 333 of file Protection.php.
| PHPExcel_Worksheet_Protection::setInsertColumns | ( | $pValue = false | ) |
Set InsertColumns.
| boolean | $pValue |
Definition at line 353 of file Protection.php.
| PHPExcel_Worksheet_Protection::setInsertHyperlinks | ( | $pValue = false | ) |
Set InsertHyperlinks.
| boolean | $pValue |
Definition at line 393 of file Protection.php.
| PHPExcel_Worksheet_Protection::setInsertRows | ( | $pValue = false | ) |
Set InsertRows.
| boolean | $pValue |
Definition at line 373 of file Protection.php.
| PHPExcel_Worksheet_Protection::setObjects | ( | $pValue = false | ) |
Set Objects.
| boolean | $pValue |
Definition at line 253 of file Protection.php.
| PHPExcel_Worksheet_Protection::setPassword | ( | $pValue = '', |
|
$pAlreadyHashed = false |
|||
| ) |
Set Password.
| string | $pValue | |
| boolean | $pAlreadyHashed | If the password has already been hashed, set this to true |
Definition at line 554 of file Protection.php.
References PHPExcel_Shared_PasswordHasher\hashPassword().
Here is the call graph for this function:| PHPExcel_Worksheet_Protection::setPivotTables | ( | $pValue = false | ) |
Set PivotTables.
| boolean | $pValue |
Definition at line 513 of file Protection.php.
| PHPExcel_Worksheet_Protection::setScenarios | ( | $pValue = false | ) |
Set Scenarios.
| boolean | $pValue |
Definition at line 273 of file Protection.php.
| PHPExcel_Worksheet_Protection::setSelectLockedCells | ( | $pValue = false | ) |
Set SelectLockedCells.
| boolean | $pValue |
Definition at line 453 of file Protection.php.
| PHPExcel_Worksheet_Protection::setSelectUnlockedCells | ( | $pValue = false | ) |
Set SelectUnlockedCells.
| boolean | $pValue |
Definition at line 533 of file Protection.php.
| PHPExcel_Worksheet_Protection::setSheet | ( | $pValue = false | ) |
Set Sheet.
| boolean | $pValue |
Definition at line 233 of file Protection.php.
| PHPExcel_Worksheet_Protection::setSort | ( | $pValue = false | ) |
Set Sort.
| boolean | $pValue |
Definition at line 473 of file Protection.php.
|
private |
Definition at line 146 of file Protection.php.
Referenced by getAutoFilter().
|
private |
Definition at line 118 of file Protection.php.
Referenced by getDeleteColumns().
|
private |
Definition at line 125 of file Protection.php.
Referenced by getDeleteRows().
|
private |
Definition at line 76 of file Protection.php.
Referenced by getFormatCells().
|
private |
Definition at line 83 of file Protection.php.
Referenced by getFormatColumns().
|
private |
Definition at line 90 of file Protection.php.
Referenced by getFormatRows().
|
private |
Definition at line 97 of file Protection.php.
Referenced by getInsertColumns().
|
private |
Definition at line 111 of file Protection.php.
Referenced by getInsertHyperlinks().
|
private |
Definition at line 104 of file Protection.php.
Referenced by getInsertRows().
|
private |
Definition at line 62 of file Protection.php.
Referenced by getObjects().
|
private |
Definition at line 167 of file Protection.php.
Referenced by getPassword().
|
private |
Definition at line 153 of file Protection.php.
Referenced by getPivotTables().
|
private |
Definition at line 69 of file Protection.php.
Referenced by getScenarios().
|
private |
Definition at line 132 of file Protection.php.
Referenced by getSelectLockedCells().
|
private |
Definition at line 160 of file Protection.php.
Referenced by getSelectUnlockedCells(), and isProtectionEnabled().
|
private |
Definition at line 55 of file Protection.php.
Referenced by getSheet().
|
private |
Definition at line 139 of file Protection.php.
Referenced by getSort().