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