ILIAS  release_8 Revision v8.23
ilBibliograficDB80 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 ilBibliograficDB80:
+ Collaboration diagram for ilBibliograficDB80:

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 $database
 

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 Class ilBibliograficDB80

Author
Thibeau Fuhrer thf@s.nosp@m.tude.nosp@m.r-rai.nosp@m.mann.nosp@m..ch

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

Member Function Documentation

◆ prepare()

ilBibliograficDB80::prepare ( ilDBInterface  $db)

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

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

◆ step_1()

ilBibliograficDB80::step_1 ( )

Definition at line 35 of file class.ilBibliograficDB80.php.

35  : void
36  {
37  if ($this->database->tableColumnExists('il_bibl_field', 'object_id')) {
38  $this->database->dropTableColumn('il_bibl_field', 'object_id');
39  }
40  }

Field Documentation

◆ $database

ilDBInterface ilBibliograficDB80::$database
protected

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


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