ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilStudyProgrammePCStatusInfoUpdateSteps Class Reference
+ Inheritance diagram for ilStudyProgrammePCStatusInfoUpdateSteps:
+ Collaboration diagram for ilStudyProgrammePCStatusInfoUpdateSteps:

Public Member Functions

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

Data Fields

const TABLE_NAME = 'copg_pobj_def'
 

Protected Attributes

ilDBInterface $db
 

Detailed Description

Definition at line 21 of file ilStudyProgrammePCStatusInfoUpdateSteps.php.

Member Function Documentation

◆ prepare()

ilStudyProgrammePCStatusInfoUpdateSteps::prepare ( ilDBInterface  $db)

Definition at line 27 of file ilStudyProgrammePCStatusInfoUpdateSteps.php.

References $db.

27  : void
28  {
29  $this->db = $db;
30  }

◆ step_1()

ilStudyProgrammePCStatusInfoUpdateSteps::step_1 ( )

Definition at line 32 of file ilStudyProgrammePCStatusInfoUpdateSteps.php.

32  : void
33  {
34  $this->db->manipulate(
35  "INSERT INTO " . self::TABLE_NAME . " VALUES ('prg','ilContainerPage','classes','Modules/StudyProgramme')"
36  );
37  }

Field Documentation

◆ $db

ilDBInterface ilStudyProgrammePCStatusInfoUpdateSteps::$db
protected

Definition at line 25 of file ilStudyProgrammePCStatusInfoUpdateSteps.php.

Referenced by prepare().

◆ TABLE_NAME

const ilStudyProgrammePCStatusInfoUpdateSteps::TABLE_NAME = 'copg_pobj_def'

Definition at line 23 of file ilStudyProgrammePCStatusInfoUpdateSteps.php.


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