MediaWiki
master
DumpDBZip2Output.php
Go to the documentation of this file.
1
<?php
12
namespace
MediaWiki\Export
;
13
17
class
DumpDBZip2Output
extends
DumpPipeOutput
{
21
public
function
__construct
( $file ) {
22
parent::__construct(
"dbzip2"
, $file );
23
}
24
}
25
27
class_alias( DumpDBZip2Output::class,
'DumpDBZip2Output'
);
MediaWiki\Export\DumpDBZip2Output
Definition
DumpDBZip2Output.php:17
MediaWiki\Export\DumpDBZip2Output\__construct
__construct( $file)
Definition
DumpDBZip2Output.php:21
MediaWiki\Export\DumpPipeOutput
Definition
DumpPipeOutput.php:21
MediaWiki\Export
Definition
BaseDump.php:13
includes
Export
DumpDBZip2Output.php
Generated on Tue Jan 20 2026 18:24:20 for MediaWiki by
1.10.0