MediaWiki
1.23.2
|
Dump output filter to include only the last revision in each page sequence. More...
Public Member Functions | |
writeClosePage ( $string) | |
writeOpenPage ( $page, $string) | |
writeRevision ( $rev, $string) | |
Public Member Functions inherited from DumpFilter | |
__construct (&$sink) | |
closeAndRename ( $newname, $open=false) | |
closeRenameAndReopen ( $newname) | |
getFilenames () | |
pass ( $page) | |
Override for page-based filter types. More... | |
writeCloseStream ( $string) | |
writeLogItem ( $rev, $string) | |
writeOpenStream ( $string) | |
Public Attributes | |
$page | |
$pageString | |
$rev | |
$revString | |
Public Attributes inherited from DumpFilter | |
DumpOutput | $sink |
FIXME will need to be made protected whenever legacy code is updated. More... | |
Additional Inherited Members | |
Protected Attributes inherited from DumpFilter | |
bool | $sendingThisPage |
Dump output filter to include only the last revision in each page sequence.
Definition at line 1416 of file Export.php.
DumpLatestFilter::writeClosePage | ( | $string | ) |
$string | string |
Reimplemented from DumpFilter.
Definition at line 1431 of file Export.php.
References page.
DumpLatestFilter::writeOpenPage | ( | $page, | |
$string | |||
) |
$page | |
$string | string |
Reimplemented from DumpFilter.
Definition at line 1423 of file Export.php.
DumpLatestFilter::writeRevision | ( | $rev, | |
$string | |||
) |
$rev | |
$string | string |
Reimplemented from DumpFilter.
Definition at line 1447 of file Export.php.
References $rev.
DumpLatestFilter::$page |
Definition at line 1417 of file Export.php.
Referenced by writeOpenPage().
DumpLatestFilter::$pageString |
Definition at line 1417 of file Export.php.
DumpLatestFilter::$rev |
Definition at line 1417 of file Export.php.
Referenced by writeRevision().
DumpLatestFilter::$revString |
Definition at line 1417 of file Export.php.