ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
getIgnoredPathSnippets () | |
like __MACOSX, will filter out all paths which contain one of those snippets More... | |
withDirectoryHandling (ZipDirectoryHandling $top_dir_handling) | |
getDirectoryHandling () | |
Protected Attributes | |
ZipDirectoryHandling | $top_directory_handling = ZipDirectoryHandling::KEEP_STRUCTURE |
Private Attributes | |
array | $ignore |
Definition at line 27 of file Options.php.
ILIAS\Filesystem\Util\Archive\Options::getDirectoryHandling | ( | ) |
Definition at line 51 of file Options.php.
References ILIAS\Filesystem\Util\Archive\Options\$top_directory_handling.
Referenced by ILIAS\Filesystem\Util\Archive\Archives\mergeUnzipOptions(), and ILIAS\Filesystem\Util\Archive\Archives\mergeZipOptions().
ILIAS\Filesystem\Util\Archive\Options::getIgnoredPathSnippets | ( | ) |
like __MACOSX, will filter out all paths which contain one of those snippets
Definition at line 39 of file Options.php.
References ILIAS\Filesystem\Util\Archive\Options\$ignore.
ILIAS\Filesystem\Util\Archive\Options::withDirectoryHandling | ( | ZipDirectoryHandling | $top_dir_handling | ) |
Definition at line 44 of file Options.php.
|
private |
Definition at line 29 of file Options.php.
Referenced by ILIAS\Filesystem\Util\Archive\Options\getIgnoredPathSnippets().
|
protected |
Definition at line 34 of file Options.php.
Referenced by ILIAS\Filesystem\Util\Archive\Options\getDirectoryHandling().