35 private \ILIAS\Filesystem\Util\Archive\Archives
$archives;
47 $this->archives = $DIC->archives();
53 $revision = $this->getRevision();
54 $revision = $this->stream_access->populateRevision($revision);
55 $zip_stream = $revision->maybeStreamResolver()?->getStream();
57 return $this->archives->unzip($zip_stream, $unzip_options);
Interface StorageResource.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(StorableContainerResource $resource, StreamAccess $stream_access)
DownloadConsumer constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getZIP(UnzipOptions $unzip_options=null)
StorableResource $resource
ILIAS Filesystem Util Archive Archives $archives
StreamAccess $stream_access