コード例 #1
0
ファイル: TarBz2.php プロジェクト: anthonyhowell/distill
 /**
  * {@inheritdoc}
  */
 public static function getUncompressionMethods()
 {
     return [Method\Command\GnuTar::getName(), Method\Command\x7zip::getName(), Method\Extension\PharData::getName(), Method\Extension\Pear\ArchiveTar::getName()];
 }
コード例 #2
0
ファイル: TarXz.php プロジェクト: anthonyhowell/distill
 /**
  * {@inheritdoc}
  */
 public static function getUncompressionMethods()
 {
     return [Method\Command\GnuTar::getName()];
 }