|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Filesystem\Util\Archive\ZipOptions:
Collaboration diagram for ILIAS\Filesystem\Util\Archive\ZipOptions:Public Member Functions | |
| withZipOutputPath (string $zip_output_path) | |
| getZipOutputName () | |
| withZipOutputName (string $zip_output_name) | |
| getZipOutputPath () | |
| getIterations () | |
| getDeflateLevel () | |
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 () | |
Private Attributes | |
| string | $zip_output_path = null |
| string | $zip_output_name = null |
| int | $iterations = 1000 |
| int | $deflate_level = 9 |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\Filesystem\Util\Archive\Options | |
| ZipDirectoryHandling | $top_directory_handling = ZipDirectoryHandling::KEEP_STRUCTURE |
Definition at line 26 of file ZipOptions.php.
| ILIAS\Filesystem\Util\Archive\ZipOptions::getDeflateLevel | ( | ) |
Definition at line 63 of file ZipOptions.php.
References ILIAS\Filesystem\Util\Archive\ZipOptions\$deflate_level.
| ILIAS\Filesystem\Util\Archive\ZipOptions::getIterations | ( | ) |
Definition at line 58 of file ZipOptions.php.
References ILIAS\Filesystem\Util\Archive\ZipOptions\$iterations.
| ILIAS\Filesystem\Util\Archive\ZipOptions::getZipOutputName | ( | ) |
Definition at line 41 of file ZipOptions.php.
References ILIAS\Filesystem\Util\Archive\ZipOptions\$zip_output_name.
Referenced by ILIAS\Filesystem\Util\Archive\Archives\mergeZipOptions().
Here is the caller graph for this function:| ILIAS\Filesystem\Util\Archive\ZipOptions::getZipOutputPath | ( | ) |
Definition at line 53 of file ZipOptions.php.
References ILIAS\Filesystem\Util\Archive\ZipOptions\$zip_output_path.
Referenced by ILIAS\Filesystem\Util\Archive\Archives\mergeZipOptions().
Here is the caller graph for this function:| ILIAS\Filesystem\Util\Archive\ZipOptions::withZipOutputName | ( | string | $zip_output_name | ) |
Definition at line 46 of file ZipOptions.php.
References ILIAS\Filesystem\Util\Archive\ZipOptions\$zip_output_name.
Referenced by ILIAS\Filesystem\Util\Archive\Archives\mergeZipOptions().
Here is the caller graph for this function:| ILIAS\Filesystem\Util\Archive\ZipOptions::withZipOutputPath | ( | string | $zip_output_path | ) |
Definition at line 34 of file ZipOptions.php.
References ILIAS\Filesystem\Util\Archive\ZipOptions\$zip_output_path.
|
private |
Definition at line 31 of file ZipOptions.php.
Referenced by ILIAS\Filesystem\Util\Archive\ZipOptions\getDeflateLevel().
|
private |
Definition at line 30 of file ZipOptions.php.
Referenced by ILIAS\Filesystem\Util\Archive\ZipOptions\getIterations().
|
private |
Definition at line 29 of file ZipOptions.php.
Referenced by ILIAS\Filesystem\Util\Archive\ZipOptions\getZipOutputName(), and ILIAS\Filesystem\Util\Archive\ZipOptions\withZipOutputName().
|
private |
Definition at line 28 of file ZipOptions.php.
Referenced by ILIAS\Filesystem\Util\Archive\ZipOptions\getZipOutputPath(), and ILIAS\Filesystem\Util\Archive\ZipOptions\withZipOutputPath().