|
MediaWiki master
|
Inherits DumpFilter.

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 15 of file DumpLatestFilter.php.
| DumpLatestFilter::writeClosePage | ( | $string | ) |
| string | $string |
Reimplemented from DumpFilter.
Definition at line 40 of file DumpLatestFilter.php.
| DumpLatestFilter::writeOpenPage | ( | $page, | |
| $string ) |
| stdClass | $page | |
| string | $string |
Reimplemented from DumpFilter.
Definition at line 32 of file DumpLatestFilter.php.
References $page.
| DumpLatestFilter::writeRevision | ( | $rev, | |
| $string ) |
| stdClass | $rev | |
| string | $string |
Reimplemented from DumpFilter.
Definition at line 56 of file DumpLatestFilter.php.
References $rev.
| stdClass null DumpLatestFilter::$page |
Definition at line 17 of file DumpLatestFilter.php.
Referenced by writeOpenPage().
| string null DumpLatestFilter::$pageString |
Definition at line 20 of file DumpLatestFilter.php.
| stdClass null DumpLatestFilter::$rev |
Definition at line 23 of file DumpLatestFilter.php.
Referenced by writeRevision().
| string null DumpLatestFilter::$revString |
Definition at line 26 of file DumpLatestFilter.php.