ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
interface.ilDatabaseUpdateStepExecutionLog.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
27 {
31  public function started(string $class, int $step): void;
32 
36  public function finished(string $class, int $step): void;
37 
41  public function getLastStartedStep(string $class): int;
45  public function getLastFinishedStep(string $class): int;
46 }
getLastStartedStep(string $class)
Returns 0 as "first" step.
started(string $class, int $step)
This logs the execution of database update steps.
finished(string $class, int $step)
getLastFinishedStep(string $class)
Returns 0 as "first" step.