ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Test_ilDBStepReader Class Reference
+ Inheritance diagram for Test_ilDBStepReader:
+ Collaboration diagram for Test_ilDBStepReader:

Public Member Functions

 prepare (ilDBInterface $db)
 
 step_1 ()
 
 step_4 ()
 
 step_2 ()
 
- Public Member Functions inherited from ilDatabaseUpdateSteps
 prepare (\ilDBInterface $db)
 Prepare the execution of the steps. More...
 

Data Fields

 $called = []
 

Protected Attributes

ilDBInterface $db = null
 

Detailed Description

Definition at line 31 of file ilDBStepReaderTest.php.

Member Function Documentation

◆ prepare()

Test_ilDBStepReader::prepare ( ilDBInterface  $db)

Definition at line 37 of file ilDBStepReaderTest.php.

37  : void
38  {
39  $this->db = $db;
40  }

◆ step_1()

Test_ilDBStepReader::step_1 ( )

Definition at line 43 of file ilDBStepReaderTest.php.

44  {
45  }

◆ step_2()

Test_ilDBStepReader::step_2 ( )

Definition at line 52 of file ilDBStepReaderTest.php.

53  {
54  }

◆ step_4()

Test_ilDBStepReader::step_4 ( )

Definition at line 48 of file ilDBStepReaderTest.php.

49  {
50  }

Field Documentation

◆ $called

Test_ilDBStepReader::$called = []

Definition at line 33 of file ilDBStepReaderTest.php.

◆ $db

ilDBInterface Test_ilDBStepReader::$db = null
protected

Definition at line 35 of file ilDBStepReaderTest.php.


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