|
MediaWiki
master
|


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... | |
| writeClosePage ($string) | |
| writeCloseStream ($string) | |
| writeLogItem ($rev, $string) | |
| writeOpenPage ($page, $string) | |
| writeOpenStream ($string) | |
| writeRevision ($rev, $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 |
Definition at line 29 of file DumpLatestFilter.php.
| DumpLatestFilter::writeClosePage | ( | $string | ) |
| DumpLatestFilter::writeOpenPage | ( | $page, | |
| $string | |||
| ) |
| object | $page | |
| string | $string |
Definition at line 42 of file DumpLatestFilter.php.
| DumpLatestFilter::writeRevision | ( | $rev, | |
| $string | |||
| ) |
| object | $rev | |
| string | $string |
Definition at line 66 of file DumpLatestFilter.php.
References $rev.
| DumpLatestFilter::$page |
Definition at line 30 of file DumpLatestFilter.php.
Referenced by writeOpenPage().
| DumpLatestFilter::$pageString |
Definition at line 32 of file DumpLatestFilter.php.
| DumpLatestFilter::$rev |
Definition at line 34 of file DumpLatestFilter.php.
Referenced by writeRevision().
| DumpLatestFilter::$revString |
Definition at line 36 of file DumpLatestFilter.php.