ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ilWOPIDB100 Class Reference
+ Inheritance diagram for ilWOPIDB100:
+ Collaboration diagram for ilWOPIDB100:

Public Member Functions

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

Private Attributes

ilDBInterface $db = null
 

Detailed Description

Author
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 24 of file class.ilWOPIDB100.php.

Member Function Documentation

◆ prepare()

ilWOPIDB100::prepare ( ilDBInterface  $db)

Definition at line 28 of file class.ilWOPIDB100.php.

References $db.

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

◆ step_1()

ilWOPIDB100::step_1 ( )

Definition at line 33 of file class.ilWOPIDB100.php.

33  : void
34  {
35  if (!$this->db->tableColumnExists('wopi_action', 'target_text')) {
36  $this->db->addTableColumn(
37  'wopi_action',
38  'target_text',
39  [
40  'type' => 'text',
41  'length' => 256,
42  'notnull' => false,
43  ],
44  );
45  }
46  }

Field Documentation

◆ $db

ilDBInterface ilWOPIDB100::$db = null
private

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

Referenced by prepare().


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