ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilDatabaseUpdateStepExecutionLog Interface Reference

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)
 

Detailed Description

This logs the execution of database update steps.

Definition at line 8 of file interface.ilDatabaseUpdateStepExecutionLog.php.

Member Function Documentation

◆ finished()

ilDatabaseUpdateStepExecutionLog::finished ( string  $class,
int  $step 
)
Exceptions

◆ getLastFinishedStep()

ilDatabaseUpdateStepExecutionLog::getLastFinishedStep ( string  $class)

◆ getLastStartedStep()

ilDatabaseUpdateStepExecutionLog::getLastStartedStep ( string  $class)

◆ started()

ilDatabaseUpdateStepExecutionLog::started ( string  $class,
int  $step 
)
Exceptions

The documentation for this interface was generated from the following file: