BcZip::__construct PHP Method

__construct() public method

BcZip constructor.
public __construct ( )
    public function __construct()
    {
        if (class_exists('ZipArchive')) {
            $this->Zip = new ZipArchive();
        }
    }