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

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 ilObjCloudModuleProgressTableUpdateSteps.php.

Member Function Documentation

◆ prepare()

ilObjCloudModuleProgressTableUpdateSteps::prepare ( ilDBInterface  $db)

Definition at line 25 of file ilObjCloudModuleProgressTableUpdateSteps.php.

References $db.

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

◆ step_1()

ilObjCloudModuleProgressTableUpdateSteps::step_1 ( )

Definition at line 31 of file ilObjCloudModuleProgressTableUpdateSteps.php.

References $query.

31  : void
32  {
33  $query =
34  'UPDATE il_object_def'
35  . ' SET repository = 0'
36  . " WHERE id = 'cld'";
37  $this->db->manipulate($query);
38  }
$query

Field Documentation

◆ $db

ilDBInterface ilObjCloudModuleProgressTableUpdateSteps::$db
protected

Definition at line 23 of file ilObjCloudModuleProgressTableUpdateSteps.php.

Referenced by prepare().


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