MediaWiki REL1_37
|
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 () | |
writeCloseStream ( $string) | |
writeLogItem ( $rev, $string) | |
writeOpenStream ( $string) | |
Public Attributes | |
stdClass null | $page |
string null | $pageString |
stdClass null | $rev |
string null | $revString |
Public Attributes inherited from DumpFilter | |
DumpOutput | $sink |
FIXME will need to be made protected whenever legacy code is updated. | |
Additional Inherited Members | |
Protected Member Functions inherited from DumpFilter | |
pass ( $page) | |
Override for page-based filter types. | |
Protected Attributes inherited from DumpFilter | |
bool | $sendingThisPage |
Definition at line 29 of file DumpLatestFilter.php.
DumpLatestFilter::writeClosePage | ( | $string | ) |
string | $string |
Reimplemented from DumpFilter.
Definition at line 54 of file DumpLatestFilter.php.
DumpLatestFilter::writeOpenPage | ( | $page, | |
$string | |||
) |
stdClass | $page | |
string | $string |
Reimplemented from DumpFilter.
Definition at line 46 of file DumpLatestFilter.php.
References $page.
DumpLatestFilter::writeRevision | ( | $rev, | |
$string | |||
) |
stdClass | $rev | |
string | $string |
Reimplemented from DumpFilter.
Definition at line 70 of file DumpLatestFilter.php.
References $rev.
stdClass null DumpLatestFilter::$page |
Definition at line 31 of file DumpLatestFilter.php.
Referenced by writeOpenPage().
string null DumpLatestFilter::$pageString |
Definition at line 34 of file DumpLatestFilter.php.
stdClass null DumpLatestFilter::$rev |
Definition at line 37 of file DumpLatestFilter.php.
Referenced by writeRevision().
string null DumpLatestFilter::$revString |
Definition at line 40 of file DumpLatestFilter.php.