File "TgzArchive.php"

Full path: /home/argothem/www/v4_old/plugins-dist/safehtml/lib/lib/TgzArchive.php
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spip\Archiver;

/**
 * {@inheritDoc}
 * Implémentation spécifique au fichier .tgz|tar.gz.
 */
class TgzArchive extends TarArchive implements ArchiveInterface
{
	protected bool $gzCompress = true;
}