MediaWiki  REL1_20
NullFileJournal Class Reference

Simple version of FileJournal that does nothing. More...

Inheritance diagram for NullFileJournal:
Collaboration diagram for NullFileJournal:

List of all members.

Protected Member Functions

 doGetChangeEntries ($start, $limit)
 doLogChangeBatch (array $entries, $batchId)
 doPurgeOldLogs ()

Detailed Description

Simple version of FileJournal that does nothing.

Since:
1.20

Definition at line 170 of file FileJournal.php.


Member Function Documentation

NullFileJournal::doGetChangeEntries ( start,
limit 
) [protected]
See also:
FileJournal::doGetChangeEntries()
Returns:
Array

Reimplemented from FileJournal.

Definition at line 185 of file FileJournal.php.

NullFileJournal::doLogChangeBatch ( array $  entries,
batchId 
) [protected]
See also:
FileJournal::logChangeBatch()
Parameters:
$entriesarray
$batchIdstring
Returns:
Status

Reimplemented from FileJournal.

Definition at line 177 of file FileJournal.php.

References Status\newGood().

See also:
FileJournal::purgeOldLogs()
Returns:
Status

Reimplemented from FileJournal.

Definition at line 193 of file FileJournal.php.

References Status\newGood().


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