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