ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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}
An exception for terminatinating execution or to throw for unit testing.
This logs the execution of database update steps.
finished(string $class, int $step)
started(string $class, int $step)