Elgg  Version 4.3
SystemUpgrade.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Upgrade;
4 
10 interface SystemUpgrade extends Batch {
11 
12 }
System upgrades are executed synchronously at system upgrade.
Long running upgrades should implement this interface.
Definition: Batch.php:10