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