MediaWiki  REL1_22
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 1454 of file Export.php.


Constructor & Destructor Documentation

Parameters:
$sinks

Definition at line 1459 of file Export.php.


Member Function Documentation

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

Definition at line 1522 of file Export.php.

Parameters:
$newnames

Definition at line 1514 of file Export.php.

Returns:
array

Definition at line 1531 of file Export.php.

Parameters:
$string

Definition at line 1495 of file Export.php.

Parameters:
$stringstring

Definition at line 1476 of file Export.php.

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

Definition at line 1486 of file Export.php.

Parameters:
$stringstring

Definition at line 1467 of file Export.php.

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

Definition at line 1505 of file Export.php.


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