Defines the common interface for all Archiver classes.
Implemented by
Hierarchy
- interface ArchiverInterface
Expanded class hierarchy of ArchiverInterface
File
- core/
includes/ archiver.inc, line 10 - Shared classes and interfaces for the archiver system.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ArchiverInterface:: |
public | function | Adds the specified file or directory to the archive. |
ArchiverInterface:: |
public | function | Extracts multiple files in the archive to the specified path. |
ArchiverInterface:: |
public | function | Lists all files in the archive. |
ArchiverInterface:: |
public | function | Removes the specified file from the archive. |
ArchiverInterface:: |
public | function | Constructs a new archiver instance. |