|
MediaWiki
master
|
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... | |
| doGetChangeEntries ($start, $limit) | |
| doGetCurrentPosition () | |
| doGetPositionAtTime ($time) | |
| doLogChangeBatch (array $entries, $batchId) | |
| doPurgeOldLogs () | |
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 206 of file FileJournal.php.
|
protected |
|
protected |
Definition at line 221 of file FileJournal.php.
|
protected |
| int | string | $time | Timestamp |
Definition at line 230 of file FileJournal.php.
|
protected |
| array | $entries | |
| string | $batchId |
Definition at line 213 of file FileJournal.php.
References Status\newGood().
|
protected |
Definition at line 248 of file FileJournal.php.
References Status\newGood().