|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Filesystem\Util\Archive\Options:
Collaboration diagram for ILIAS\Filesystem\Util\Archive\Options:Public Member Functions | |
| getIgnoredPathSnippets () | |
| @description 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().
Here is the caller graph for this function:| ILIAS\Filesystem\Util\Archive\Options::getIgnoredPathSnippets | ( | ) |
@description 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().