1 archiver.inc public ArchiverInterface::__construct($file_path)

Constructs a new archiver instance.

Parameters

$file_path: The full system path of the archive to manipulate. Only local files are supported. If the file does not yet exist, it will be created if appropriate.

File

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

Class

ArchiverInterface
Defines the common interface for all Archiver classes.

Code

public function __construct($file_path);