|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Filesystem\Util\Archive\UnzipOptions:
Collaboration diagram for ILIAS\Filesystem\Util\Archive\UnzipOptions:Public Member Functions | |
| getZipOutputPath () | |
| withZipOutputPath (string $zip_output_path) | |
| isOverwrite () | |
| withOverwrite (bool $overwrite) | |
Public Member Functions inherited from ILIAS\Filesystem\Util\Archive\Options | |
| getIgnoredPathSnippets () | |
| @description like __MACOSX, will filter out all paths which contain one of those snippets More... | |
| withDirectoryHandling (ZipDirectoryHandling $top_dir_handling) | |
| getDirectoryHandling () | |
Protected Attributes | |
| string | $zip_output_path = null |
Protected Attributes inherited from ILIAS\Filesystem\Util\Archive\Options | |
| ZipDirectoryHandling | $top_directory_handling = ZipDirectoryHandling::KEEP_STRUCTURE |
Private Attributes | |
| bool | $flat = false |
| bool | $overwrite = false |
Definition at line 26 of file UnzipOptions.php.
| ILIAS\Filesystem\Util\Archive\UnzipOptions::getZipOutputPath | ( | ) |
Definition at line 32 of file UnzipOptions.php.
References ILIAS\Filesystem\Util\Archive\UnzipOptions\$zip_output_path.
Referenced by ILIAS\Filesystem\Util\Archive\Archives\mergeUnzipOptions().
Here is the caller graph for this function:| ILIAS\Filesystem\Util\Archive\UnzipOptions::isOverwrite | ( | ) |
Definition at line 44 of file UnzipOptions.php.
References ILIAS\Filesystem\Util\Archive\UnzipOptions\$overwrite.
Referenced by ILIAS\Filesystem\Util\Archive\Archives\mergeUnzipOptions().
Here is the caller graph for this function:| ILIAS\Filesystem\Util\Archive\UnzipOptions::withOverwrite | ( | bool | $overwrite | ) |
Definition at line 49 of file UnzipOptions.php.
References ILIAS\Filesystem\Util\Archive\UnzipOptions\$overwrite.
| ILIAS\Filesystem\Util\Archive\UnzipOptions::withZipOutputPath | ( | string | $zip_output_path | ) |
Definition at line 37 of file UnzipOptions.php.
References ILIAS\Filesystem\Util\Archive\UnzipOptions\$zip_output_path.
Referenced by ILIAS\Filesystem\Util\Archive\Archives\mergeUnzipOptions().
Here is the caller graph for this function:
|
private |
Definition at line 29 of file UnzipOptions.php.
|
private |
Definition at line 30 of file UnzipOptions.php.
Referenced by ILIAS\Filesystem\Util\Archive\UnzipOptions\isOverwrite(), and ILIAS\Filesystem\Util\Archive\UnzipOptions\withOverwrite().
|
protected |
Definition at line 28 of file UnzipOptions.php.
Referenced by ILIAS\Filesystem\Util\Archive\UnzipOptions\getZipOutputPath(), and ILIAS\Filesystem\Util\Archive\UnzipOptions\withZipOutputPath().