PHP Class Elgg\BatchUpgrader

WARNING: API IN FLUX. DO NOT USE DIRECTLY.
Since: 3.0.0
Show file Open project: elgg/elgg Class Usage Examples

Public Methods

Method Description
__construct ( Config $config ) Constructor
run ( ElggUpgrade $upgrade ) : void Run single upgrade batch

Method Details

__construct() public method

Constructor
public __construct ( Config $config )
$config Config Site configuration

run() public method

Run single upgrade batch
public run ( ElggUpgrade $upgrade ) : void
$upgrade ElggUpgrade Upgrade to run
return void