ILIAS  release_8 Revision v8.24
interface.ilDatabaseUpdateStepExecutionLog.php
Go to the documentation of this file.
1<?php
2
3declare(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}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLastStartedStep(string $class)
Returns 0 as "first" step.
getLastFinishedStep(string $class)
Returns 0 as "first" step.
finished(string $class, int $step)
started(string $class, int $step)