ILIAS  trunk Revision v11.0_alpha-1862-g4e205cb56d4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilIntroduceEventHandlingArtifactDBUpdateSteps Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilIntroduceEventHandlingArtifactDBUpdateSteps:
+ Collaboration diagram for ilIntroduceEventHandlingArtifactDBUpdateSteps:

Public Member Functions

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

Protected Attributes

ilDBInterface $db
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Definition at line 19 of file class.ilIntroduceEventHandlingArtifactDBUpdateSteps.php.

Member Function Documentation

◆ prepare()

ilIntroduceEventHandlingArtifactDBUpdateSteps::prepare ( ilDBInterface  $db)

Definition at line 26 of file class.ilIntroduceEventHandlingArtifactDBUpdateSteps.php.

References $db.

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

◆ step_1()

ilIntroduceEventHandlingArtifactDBUpdateSteps::step_1 ( )

Definition at line 31 of file class.ilIntroduceEventHandlingArtifactDBUpdateSteps.php.

31  : void
32  {
33  $this->db->dropTable("il_event_handling");
34  }

Field Documentation

◆ $db

ilDBInterface ilIntroduceEventHandlingArtifactDBUpdateSteps::$db
protected

Definition at line 21 of file class.ilIntroduceEventHandlingArtifactDBUpdateSteps.php.

Referenced by prepare().


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