Elgg\Upgrade\Batch::run PHP Метод

run() публичный Метод

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
Результат Result Instance of \Elgg\Upgrade\Result
    public function run(Result $result, $offset);