ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
interface.ilDatabaseUpdateStepExecutionLog.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2019 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4 
9 {
13  public function started(string $class, int $step) : void;
14 
18  public function finished(string $class, int $step) : void;
19 
20  public function getLastStartedStep(string $class) : int;
21  public function getLastFinishedStep(string $class) : int;
22 }
started(string $class, int $step)
This logs the execution of database update steps.
finished(string $class, int $step)