13 public function started(
string $class,
int $step) : void;
18 public function finished(
string $class,
int $step) : void;
An exception for terminatinating execution or to throw for unit testing.
This logs the execution of database update steps.
getLastStartedStep(string $class)
getLastFinishedStep(string $class)
finished(string $class, int $step)
started(string $class, int $step)