Inherited by MediaWiki\Export\DumpLatestFilter, MediaWiki\Export\DumpNamespaceFilter, MediaWiki\Export\DumpNotalkFilter, and MediaWiki\Export\ExportProgressFilter.
|
| DumpOutput | $sink |
| | FIXME will need to be made protected whenever legacy code is updated.
|
| |
|
| | pass ( $page) |
| | Override for page-based filter types.
|
| |
Definition at line 19 of file DumpFilter.php.
◆ __construct()
| MediaWiki\Export\DumpFilter::__construct |
( |
& | $sink | ) |
|
◆ closeAndRename()
| MediaWiki\Export\DumpFilter::closeAndRename |
( |
| $newname, |
|
|
| $open = false ) |
- See also
- DumpOutput::closeAndRename()
- Parameters
-
| string | string[] | $newname | |
| bool | $open | |
Definition at line 105 of file DumpFilter.php.
◆ closeRenameAndReopen()
| MediaWiki\Export\DumpFilter::closeRenameAndReopen |
( |
| $newname | ) |
|
- See also
- DumpOutput::closeRenameAndReopen()
- Parameters
-
| string | string[] | $newname | |
Definition at line 96 of file DumpFilter.php.
◆ getFilenames()
| MediaWiki\Export\DumpFilter::getFilenames |
( |
| ) |
|
◆ pass()
| MediaWiki\Export\DumpFilter::pass |
( |
| $page | ) |
|
|
protected |
◆ writeClosePage()
| MediaWiki\Export\DumpFilter::writeClosePage |
( |
| $string | ) |
|
◆ writeCloseStream()
| MediaWiki\Export\DumpFilter::writeCloseStream |
( |
| $string | ) |
|
◆ writeLogItem()
| MediaWiki\Export\DumpFilter::writeLogItem |
( |
| $rev, |
|
|
| $string ) |
- Parameters
-
| \\stdClass | $rev | |
| string | $string | |
Definition at line 88 of file DumpFilter.php.
◆ writeOpenPage()
| MediaWiki\Export\DumpFilter::writeOpenPage |
( |
| $page, |
|
|
| $string ) |
◆ writeOpenStream()
| MediaWiki\Export\DumpFilter::writeOpenStream |
( |
| $string | ) |
|
◆ writeRevision()
| MediaWiki\Export\DumpFilter::writeRevision |
( |
| $rev, |
|
|
| $string ) |
◆ $sendingThisPage
| bool MediaWiki\Export\DumpFilter::$sendingThisPage |
|
protected |
◆ $sink
The documentation for this class was generated from the following file: