MediaWiki master
DumpGZipOutput.php
Go to the documentation of this file.
1<?php
12namespace MediaWiki\Export;
13
21 public function __construct( $file ) {
22 parent::__construct( "gzip", $file );
23 }
24}
25
27class_alias( DumpGZipOutput::class, 'DumpGZipOutput' );