38 $base_node = $this->gui_object->getParentId();
45 $this->path_map[
'./'] = $base_node;
50 $dir_name = dirname($directory) .
'/';
51 $parent_id_of_iteration = (
int) ($this->path_map[$dir_name] ?? $base_node);
54 $this->path_map[$directory] = (
int) $obj->getRefId();
60 $dir_name = dirname($file_path) .
'/';
61 $parent_id_of_iteration = (
int) ($this->path_map[$dir_name] ?? $base_node);
createContainerObj(string $dir_name, int $parent_id, array $options=[])
Creates a container object depending on the parent's node type and returns it.
getZipFiles()
Yields the file-paths of the currently open zip-archive.
createSurroundingContainer(ResourceIdentification $rid)
getZipDirectories()
Yields the directory-paths of the currently open zip-archive.
createFileObj(ResourceIdentification $rid, int $parent_id, array $options=[], bool $create_reference=false)
Creates an ilObjFile instance for the provided information.
Class ilObjFileAbstractZipProcessor.
Class ResourceIdentification.
storeZippedFile(string $file_path)
Creates an IRSS resource from the given filepath.
hasMultipleRootEntriesInZip()
closeZip()
Closes the currently open zip-archive.
process(ResourceIdentification $rid, array $options=[])
Processes a given resource for the given arguments.
openZip(ResourceIdentification $rid)
Opens the zip archive of the given resource.
Class ilObjFileUnzipRecursiveProcessor.