ILIAS
trunk Revision v11.0_alpha-1713-gd8962da2f67
|
This logs the execution of database update steps. More...
Public Member Functions | |
started (string $class, int $step) | |
finished (string $class, int $step) | |
getLastStartedStep (string $class) | |
Returns 0 as "first" step. More... | |
getLastFinishedStep (string $class) | |
Returns 0 as "first" step. More... | |
This logs the execution of database update steps.
Definition at line 26 of file interface.ilDatabaseUpdateStepExecutionLog.php.
ilDatabaseUpdateStepExecutionLog::finished | ( | string | $class, |
int | $step | ||
) |
Implemented in ilDBStepExecutionDB.
ilDatabaseUpdateStepExecutionLog::getLastFinishedStep | ( | string | $class | ) |
Returns 0 as "first" step.
Implemented in ilDBStepExecutionDB.
ilDatabaseUpdateStepExecutionLog::getLastStartedStep | ( | string | $class | ) |
Returns 0 as "first" step.
Implemented in ilDBStepExecutionDB.
ilDatabaseUpdateStepExecutionLog::started | ( | string | $class, |
int | $step | ||
) |
Implemented in ilDBStepExecutionDB.