ILIAS  trunk Revision v11.0_alpha-1713-gd8962da2f67
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilDatabaseUpdateStepExecutionLog Interface Reference

This logs the execution of database update steps. More...

+ Inheritance diagram for ilDatabaseUpdateStepExecutionLog:
+ Collaboration diagram for ilDatabaseUpdateStepExecutionLog:

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...
 

Detailed Description

This logs the execution of database update steps.

Author
: Richard Klees

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

Member Function Documentation

◆ finished()

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

Implemented in ilDBStepExecutionDB.

◆ getLastFinishedStep()

ilDatabaseUpdateStepExecutionLog::getLastFinishedStep ( string  $class)

Returns 0 as "first" step.

Implemented in ilDBStepExecutionDB.

◆ getLastStartedStep()

ilDatabaseUpdateStepExecutionLog::getLastStartedStep ( string  $class)

Returns 0 as "first" step.

Implemented in ilDBStepExecutionDB.

◆ started()

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

Implemented in ilDBStepExecutionDB.


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