ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Dashboard\Setup\ilDashboardUpdateSteps Class Reference
+ Inheritance diagram for ILIAS\Dashboard\Setup\ilDashboardUpdateSteps:
+ Collaboration diagram for ILIAS\Dashboard\Setup\ilDashboardUpdateSteps:

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

Definition at line 26 of file ilDashboardUpdateSteps.php.

Member Function Documentation

◆ prepare()

ILIAS\Dashboard\Setup\ilDashboardUpdateSteps::prepare ( ilDBInterface  $db)

Definition at line 30 of file ilDashboardUpdateSteps.php.

References ILIAS\Dashboard\Setup\ilDashboardUpdateSteps\$db.

30  : void
31  {
32  $this->db = $db;
33  }

◆ step_1()

ILIAS\Dashboard\Setup\ilDashboardUpdateSteps::step_1 ( )

Definition at line 35 of file ilDashboardUpdateSteps.php.

35  : void
36  {
37  $this->db->manipulateF('DELETE FROM settings WHERE keyword = %s', ['text'], ['enable_block_moving']);
38  $this->db->manipulate('DELETE FROM il_block_setting WHERE ' . $this->db->like('type', 'text', 'pd%'));
39  }

Field Documentation

◆ $db

ilDBInterface ILIAS\Dashboard\Setup\ilDashboardUpdateSteps::$db
protected

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