MediaWiki master
DumpGZipOutput.php
Go to the documentation of this file.
1<?php
19 public function __construct( $file ) {
20 parent::__construct( "gzip", $file );
21 }
22}