Elgg\Upgrade\Batch::run PHP Method

run() public method

Runs upgrade on a single batch of items
public run ( Result $result, integer $offset ) : Result
$result Result Object that holds results of the batch
$offset integer Starting point of the batch
return Result Instance of \Elgg\Upgrade\Result
    public function run(Result $result, $offset);