MediaWiki  1.27.2
DumpLatestFilter Class Reference
Inheritance diagram for DumpLatestFilter:
Collaboration diagram for DumpLatestFilter:

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
 

Detailed Description

Definition at line 29 of file DumpLatestFilter.php.

Member Function Documentation

DumpLatestFilter::writeClosePage (   $string)
Parameters
string$string

Definition at line 50 of file DumpLatestFilter.php.

References page.

DumpLatestFilter::writeOpenPage (   $page,
  $string 
)
Parameters
object$page
string$string

Definition at line 42 of file DumpLatestFilter.php.

References $page, and page.

DumpLatestFilter::writeRevision (   $rev,
  $string 
)
Parameters
object$rev
string$string

Definition at line 66 of file DumpLatestFilter.php.

References $rev.

Member Data Documentation

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.


The documentation for this class was generated from the following file: