ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilDatabaseUpdateStepExecutionLog.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
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 file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
finished(string $class, int $step)
getLastFinishedStep(string $class)
Returns 0 as "first" step.