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

Public Member Functions

 prepare (ilDBInterface $db)
 
 step_1 ()
 Add consent table. More...
 
- 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 Class ilLoggingUpdateSteps8 contains update steps for release 8

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.d.nosp@m.e

Definition at line 22 of file class.ilLoggingUpdateSteps8.php.

Member Function Documentation

◆ prepare()

ilLoggingUpdateSteps8::prepare ( ilDBInterface  $db)

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

References $db.

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

◆ step_1()

ilLoggingUpdateSteps8::step_1 ( )

Add consent table.

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

References $query, and ilDBConstants\T_TEXT.

34  : void
35  {
36  $query = 'DELETE from log_components ' .
37  'WHERE component_id = ' . $this->db->quote('lchk', ilDBConstants::T_TEXT);
38  $this->db->manipulate($query);
39  }
$query

Field Documentation

◆ $db

ilDBInterface ilLoggingUpdateSteps8::$db
protected

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

Referenced by prepare().


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