MediaWiki  master
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)
 doGetCurrentPosition ()
 doLogChangeBatch (array $entries, $batchId)
 doPurgeOldLogs ()

Detailed Description

Simple version of FileJournal that does nothing.

Since:
1.20

Definition at line 185 of file FileJournal.php.


Member Function Documentation

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

Reimplemented from FileJournal.

Definition at line 208 of file FileJournal.php.

References array().

See also:
FileJournal::doGetCurrentPosition()
Returns:
integer|false

Reimplemented from FileJournal.

Definition at line 200 of file FileJournal.php.

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

Reimplemented from FileJournal.

Definition at line 192 of file FileJournal.php.

References Status\newGood().

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

Reimplemented from FileJournal.

Definition at line 216 of file FileJournal.php.

References Status\newGood().


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