|
MediaWiki
REL1_23
|
Simple version of FileJournal that does nothing. More...


Protected Member Functions | |
| doGetChangeEntries ($start, $limit) | |
| doGetCurrentPosition () | |
| doGetPositionAtTime ($time) | |
| doLogChangeBatch (array $entries, $batchId) | |
| doPurgeOldLogs () | |
Simple version of FileJournal that does nothing.
Definition at line 204 of file FileJournal.php.
| NullFileJournal::doGetChangeEntries | ( | $ | start, |
| $ | limit | ||
| ) | [protected] |
| int | $start | |
| int | $limit |
Reimplemented from FileJournal.
Definition at line 238 of file FileJournal.php.
| NullFileJournal::doGetCurrentPosition | ( | ) | [protected] |
Reimplemented from FileJournal.
Definition at line 219 of file FileJournal.php.
| NullFileJournal::doGetPositionAtTime | ( | $ | time | ) | [protected] |
| int | string | $time | timestamp |
Reimplemented from FileJournal.
Definition at line 228 of file FileJournal.php.
| NullFileJournal::doLogChangeBatch | ( | array $ | entries, |
| $ | batchId | ||
| ) | [protected] |
| array | $entries | |
| string | $batchId |
Reimplemented from FileJournal.
Definition at line 211 of file FileJournal.php.
| NullFileJournal::doPurgeOldLogs | ( | ) | [protected] |
Reimplemented from FileJournal.
Definition at line 246 of file FileJournal.php.