MediaWiki  REL1_24
DumpMultiWriter Class Reference

Base class for output stream; prints to stdout or buffer or wherever. More...

List of all members.

Public Member Functions

 __construct ($sinks)
 closeAndRename ($newnames, $open=false)
 closeRenameAndReopen ($newnames)
 getFilenames ()
 writeClosePage ($string)
 writeCloseStream ($string)
 writeOpenPage ($page, $string)
 writeOpenStream ($string)
 writeRevision ($rev, $string)

Detailed Description

Base class for output stream; prints to stdout or buffer or wherever.

Definition at line 1475 of file Export.php.


Constructor & Destructor Documentation

Parameters:
array$sinks

Definition at line 1480 of file Export.php.


Member Function Documentation

DumpMultiWriter::closeAndRename ( newnames,
open = false 
)
Parameters:
array$newnames
bool$open

Definition at line 1543 of file Export.php.

Parameters:
array$newnames

Definition at line 1535 of file Export.php.

Returns:
array

Definition at line 1552 of file Export.php.

Parameters:
string$string

Definition at line 1516 of file Export.php.

Parameters:
string$string

Definition at line 1497 of file Export.php.

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

Definition at line 1507 of file Export.php.

Parameters:
string$string

Definition at line 1488 of file Export.php.

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

Definition at line 1526 of file Export.php.


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