ILIAS  trunk Revision v11.0_alpha-1861-g09f3d197f78
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 35 of file ilDBStepReaderTest.php.

Member Function Documentation

◆ prepare()

Test_ilDBStepReader::prepare ( ilDBInterface  $db)

Definition at line 41 of file ilDBStepReaderTest.php.

41  : void
42  {
43  $this->db = $db;
44  }

◆ step_1()

Test_ilDBStepReader::step_1 ( )

Definition at line 47 of file ilDBStepReaderTest.php.

48  {
49  }

◆ step_2()

Test_ilDBStepReader::step_2 ( )

Definition at line 56 of file ilDBStepReaderTest.php.

57  {
58  }

◆ step_4()

Test_ilDBStepReader::step_4 ( )

Definition at line 52 of file ilDBStepReaderTest.php.

53  {
54  }

Field Documentation

◆ $called

Test_ilDBStepReader::$called = []

Definition at line 37 of file ilDBStepReaderTest.php.

◆ $db

ilDBInterface Test_ilDBStepReader::$db = null
protected

Definition at line 39 of file ilDBStepReaderTest.php.


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