ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
getZipOutputPath () | |
withZipOutputPath (string $zip_output_path) | |
isOverwrite () | |
withOverwrite (bool $overwrite) | |
![]() | |
getIgnoredPathSnippets () | |
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 |
![]() | |
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().
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().
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().
|
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().