ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilScormAiccDatabaseUpdateSteps 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 ilScormAiccDatabaseUpdateSteps:
+ Collaboration diagram for ilScormAiccDatabaseUpdateSteps:

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 21 of file class.ilScormAiccDatabaseUpdateSteps.php.

Member Function Documentation

◆ prepare()

ilScormAiccDatabaseUpdateSteps::prepare ( ilDBInterface  $db)

Definition at line 25 of file class.ilScormAiccDatabaseUpdateSteps.php.

References $db.

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

◆ step_1()

ilScormAiccDatabaseUpdateSteps::step_1 ( )

Definition at line 30 of file class.ilScormAiccDatabaseUpdateSteps.php.

30  : void
31  {
32  $this->db->modifyTableColumn("cp_manifest", "defaultorganization", array("type" => "text", "length" => 255, "notnull" => false, 'default' => null));
33  }

Field Documentation

◆ $db

ilDBInterface ilScormAiccDatabaseUpdateSteps::$db
protected

Definition at line 23 of file class.ilScormAiccDatabaseUpdateSteps.php.

Referenced by prepare().


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