ILIAS  release_7 Revision v7.30-3-g800a261c036
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)