ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ZipDirectoryHandling.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27{
32 case KEEP_STRUCTURE = 1;
33
40 case ENSURE_SINGLE_TOP_DIR = 2;
44 // case STRIP_IF_ONLY_ONE = 4;
48 case FLAT_STRUCTURE = 8;
53 // case FLAT_STRUCTURE_WITH_SINGLE_TOP_DIR = 16;
@ FLAT_STRUCTURE
@description Will keep the top directory of the ZIP file if there is one (simple unzip).