Documentation

CompressIterator extends IteratorIterator
in package

Iterates over certain files from a Horde_Compress archive.

Tags
author

Jan Schneider jan@horde.org

category

Horde

copyright

2017 Horde LLC

license

http://www.horde.org/licenses/bsd BSD

Table of Contents

$_info  : array<string|int, mixed>
Archive info from Horde_Compress_Zip.
$_packer  : Horde_Pack_Driver_Json
The JSON unpacker.
__construct()  : mixed
Constructor.

Properties

$_info

Archive info from Horde_Compress_Zip.

protected array<string|int, mixed> $_info

Methods

__construct()

Constructor.

public __construct(string $application, string $type, array<string|int, mixed> $info) : mixed
Parameters
$application : string

An application name.

$type : string

A collection type like "calendar" or "contact".

$info : array<string|int, mixed>

ZIP archive info from Horde_Compress_Zip.

Return values
mixed

Search results