MediaWiki master
DumpGZipOutput.php
Go to the documentation of this file.
1<?php
33 public function __construct( $file ) {
34 parent::__construct( "gzip", $file );
35 }
36}