Defines the common interface for all Archiver classes.

Implemented by

Hierarchy

Expanded class hierarchy of ArchiverInterface

File

core/includes/archiver.inc, line 10
Shared classes and interfaces for the archiver system.

Members

Contains filters are case sensitive
Namesort descending Modifiers Type Description
ArchiverInterface::add public function Adds the specified file or directory to the archive.
ArchiverInterface::extract public function Extracts multiple files in the archive to the specified path.
ArchiverInterface::listContents public function Lists all files in the archive.
ArchiverInterface::remove public function Removes the specified file from the archive.
ArchiverInterface::__construct public function Constructs a new archiver instance.