ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilContentPageUpdateSteps Class Reference

Class ilContentPageUpdateSteps. More...

+ Inheritance diagram for ilContentPageUpdateSteps:
+ Collaboration diagram for ilContentPageUpdateSteps:

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

Member Function Documentation

◆ prepare()

ilContentPageUpdateSteps::prepare ( ilDBInterface  $db)

Definition at line 29 of file class.ilContentPageUpdateSteps.php.

References $db.

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

◆ step_1()

ilContentPageUpdateSteps::step_1 ( )

Definition at line 34 of file class.ilContentPageUpdateSteps.php.

34  : void
35  {
36  $this->db->manipulateF("UPDATE object_data SET offline = %s WHERE type = %s", ['integer', 'text'], [0, 'copa']);
37  }

Field Documentation

◆ $db

ilDBInterface ilContentPageUpdateSteps::$db
protected

Definition at line 27 of file class.ilContentPageUpdateSteps.php.

Referenced by prepare().


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