| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ILIAS\Repository\Resources\ZipAdapter: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().
 Here is the call graph for this function:| 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().