MediaWiki
1.33.1
|
Simple version of FileJournal that does nothing. More...
Protected Member Functions | |
doGetChangeEntries ( $start, $limit) | |
doGetCurrentPosition () | |
doGetPositionAtTime ( $time) | |
doLogChangeBatch (array $entries, $batchId) | |
doPurgeOldLogs () | |
Protected Member Functions inherited from FileJournal | |
__construct (array $config) | |
Construct a new instance from configuration. More... | |
Additional Inherited Members | |
Public Member Functions inherited from FileJournal | |
getChangeEntries ( $start=null, $limit=0, &$next=null) | |
Get an array of file change log entries. More... | |
getCurrentPosition () | |
Get the position ID of the latest journal entry. More... | |
getPositionAtTime ( $time) | |
Get the position ID of the latest journal entry at some point in time. More... | |
getTimestampedUUID () | |
Get a statistically unique ID string. More... | |
logChangeBatch (array $entries, $batchId) | |
Log changes made by a batch file operation. More... | |
purgeOldLogs () | |
Purge any old log entries. More... | |
Static Public Member Functions inherited from FileJournal | |
static | factory (array $config, $backend) |
Create an appropriate FileJournal object from config. More... | |
Protected Attributes inherited from FileJournal | |
string | $backend |
int | $ttlDays |
Simple version of FileJournal that does nothing.
Definition at line 6 of file NullFileJournal.php.
|
protected |
int | $start | |
int | $limit |
Reimplemented from FileJournal.
Definition at line 40 of file NullFileJournal.php.
|
protected |
|
protected |
int | string | $time | Timestamp |
Reimplemented from FileJournal.
Definition at line 30 of file NullFileJournal.php.
|
protected |
array | $entries | |
string | $batchId |
Reimplemented from FileJournal.
Definition at line 13 of file NullFileJournal.php.
References StatusValue\newGood().
|
protected |
Reimplemented from FileJournal.
Definition at line 48 of file NullFileJournal.php.
References StatusValue\newGood().