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