Elgg
Version 4.3
|
Interface to be implement for asynchronous upgrades, i.e. More...
Additional Inherited Members | |
![]() | |
getVersion () | |
Version of the upgrade. More... | |
shouldBeSkipped () | |
Should this upgrade be skipped? More... | |
needsIncrementOffset () | |
Should the run() method receive an offset representing all processed items? More... | |
countItems () | |
The total number of items to process during the upgrade. More... | |
run (Result $result, $offset) | |
Runs upgrade on a single batch of items. More... | |
![]() | |
const | UNKNOWN_COUNT = -1 |
countItems() should return this if it doesn't know how many items remain. More... | |
Interface to be implement for asynchronous upgrades, i.e.
upgrades that can be executed at any time by the system admin
Definition at line 8 of file AsynchronousUpgrade.php.