| 
    ILIAS
    release_6 Revision v6.24-5-g0c8bfefb3b8
    
   | 
  
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