Elgg  Version 4.3
AsynchronousUpgrade.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Upgrade;
4 
8 interface AsynchronousUpgrade extends Batch {
9 
10 }
Interface to be implement for asynchronous upgrades, i.e.
Long running upgrades should implement this interface.
Definition: Batch.php:10