|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
This logs the execution of database update steps. More...
Collaboration diagram for ilDatabaseUpdateStepExecutionLog:Public Member Functions | |
| started (string $class, int $step) | |
| finished (string $class, int $step) | |
| getLastStartedStep (string $class) | |
| getLastFinishedStep (string $class) | |
This logs the execution of database update steps.
Definition at line 8 of file interface.ilDatabaseUpdateStepExecutionLog.php.
| ilDatabaseUpdateStepExecutionLog::finished | ( | string | $class, |
| int | $step | ||
| ) |
LogicException if the finished step does not match the previously started step
| ilDatabaseUpdateStepExecutionLog::getLastFinishedStep | ( | string | $class | ) |
| ilDatabaseUpdateStepExecutionLog::getLastStartedStep | ( | string | $class | ) |
| ilDatabaseUpdateStepExecutionLog::started | ( | string | $class, |
| int | $step | ||
| ) |
LogicException if the previously started step has not finished