Archiver for .tar files.
Hierarchy
- class ArchiverTar implements ArchiverInterface
Expanded class hierarchy of ArchiverTar
File
- core/
modules/ system/ system.archiver.inc, line 10 - Archiver implementations provided by the system module.
Members
Name | Modifiers | Type | Description |
---|---|---|---|
ArchiverTar:: |
protected | property | The underlying Archive_Tar instance that does the heavy lifting. |
ArchiverTar:: |
public | function |
Adds the specified file or directory to the archive. Overrides ArchiverInterface:: |
ArchiverTar:: |
public | function |
Extracts multiple files in the archive to the specified path. Overrides ArchiverInterface:: |
ArchiverTar:: |
public | function | Retrieve the tar engine itself. |
ArchiverTar:: |
public | function |
Lists all files in the archive. Overrides ArchiverInterface:: |
ArchiverTar:: |
public | function |
Removes the specified file from the archive. Overrides ArchiverInterface:: |
ArchiverTar:: |
public | function |
Constructs a new archiver instance. Overrides ArchiverInterface:: |