ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
withZipOutputPath (string $zip_output_path) | |
getZipOutputName () | |
withZipOutputName (string $zip_output_name) | |
getZipOutputPath () | |
getIterations () | |
getDeflateLevel () | |
![]() | |
getIgnoredPathSnippets () | |
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 | |
![]() | |
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\Zip\__construct(), and ILIAS\Filesystem\Util\Archive\Archives\mergeZipOptions().
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\Zip\__construct(), and ILIAS\Filesystem\Util\Archive\Archives\mergeZipOptions().
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().
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().