ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (Archives $archives, LegacyArchives $legacy_archives) | |
unzipFile (string $filepath) | |
zipDirectoryToFile (string $directory, string $zip_file) | |
Protected Attributes | |
Archives | $archives |
LegacyArchives | $legacy_archives |
Definition at line 30 of file ZipAdapter.php.
ILIAS\Repository\Resources\ZipAdapter::__construct | ( | Archives | $archives, |
LegacyArchives | $legacy_archives | ||
) |
Definition at line 35 of file ZipAdapter.php.
References ILIAS\Repository\Resources\ZipAdapter\$archives, and ILIAS\Repository\Resources\ZipAdapter\$legacy_archives.
ILIAS\Repository\Resources\ZipAdapter::unzipFile | ( | string | $filepath | ) |
Definition at line 43 of file ZipAdapter.php.
References ILIAS\Filesystem\Stream\Streams\ofResource().
ILIAS\Repository\Resources\ZipAdapter::zipDirectoryToFile | ( | string | $directory, |
string | $zip_file | ||
) |
Definition at line 57 of file ZipAdapter.php.
|
protected |
Definition at line 32 of file ZipAdapter.php.
Referenced by ILIAS\Repository\Resources\ZipAdapter\__construct().
|
protected |
Definition at line 33 of file ZipAdapter.php.
Referenced by ILIAS\Repository\Resources\ZipAdapter\__construct().