|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Filesystem\Util\Archive\LegacyArchives:Public Member Functions | |
| __construct () | |
| zip (string $directory_to_zip, string $path_to_output_zip, bool $ensure_top_directory=false) | |
| unzip (string $path_to_zip, ?string $extract_to_path=null, bool $overwrite=false, bool $flat=false, bool $ensure_top_directory=false) | |
Private Attributes | |
| Archives | $archives |
| ZipOptions | $zip_options |
| UnzipOptions | $unzip_options |
Definition at line 33 of file LegacyArchives.php.
| ILIAS\Filesystem\Util\Archive\LegacyArchives::__construct | ( | ) |
Definition at line 41 of file LegacyArchives.php.
| ILIAS\Filesystem\Util\Archive\LegacyArchives::unzip | ( | string | $path_to_zip, |
| ?string | $extract_to_path = null, |
||
| bool | $overwrite = false, |
||
| bool | $flat = false, |
||
| bool | $ensure_top_directory = false |
||
| ) |
Definition at line 76 of file LegacyArchives.php.
References ILIAS\Filesystem\Util\Archive\FLAT_STRUCTURE.
| ILIAS\Filesystem\Util\Archive\LegacyArchives::zip | ( | string | $directory_to_zip, |
| string | $path_to_output_zip, | ||
| bool | $ensure_top_directory = false |
||
| ) |
Definition at line 51 of file LegacyArchives.php.
|
private |
Definition at line 37 of file LegacyArchives.php.
|
private |
Definition at line 39 of file LegacyArchives.php.
|
private |
Definition at line 38 of file LegacyArchives.php.