ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
◀ ilDoc Overview
class.LSODropActivationDBUpdateSteps.php
Go to the documentation of this file.
1
<?php
2
19
class
LSODropActivationDBUpdateSteps
implements
\ilDatabaseUpdateSteps
20
{
21
private
const
TABLE_NAME
=
"lso_activation"
;
22
23
protected \ilDBInterface
$db
;
24
25
public
function
prepare
(\
ilDBInterface
$db
): void
26
{
27
$this->db =
$db
;
28
}
29
30
public
function
step_1
(): void
31
{
32
$this->db->dropTable(self::TABLE_NAME);
33
}
34
}
LSODropActivationDBUpdateSteps
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.LSODropActivationDBUpdateSteps.php:20
LSODropActivationDBUpdateSteps\step_1
step_1()
Definition:
class.LSODropActivationDBUpdateSteps.php:30
LSODropActivationDBUpdateSteps\TABLE_NAME
const TABLE_NAME
Definition:
class.LSODropActivationDBUpdateSteps.php:21
LSODropActivationDBUpdateSteps\prepare
prepare(\ilDBInterface $db)
Prepare the execution of the steps.
Definition:
class.LSODropActivationDBUpdateSteps.php:25
LSODropActivationDBUpdateSteps\$db
ilDBInterface $db
Definition:
class.LSODropActivationDBUpdateSteps.php:23
ilDBInterface
Interface ilDBInterface.
Definition:
ilDBInterface.php:30
ilDatabaseUpdateSteps
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilDatabaseUpdateSteps.php:44
components
ILIAS
LearningSequence
classes
Setup
class.LSODropActivationDBUpdateSteps.php
Generated on Wed Jun 3 2026 23:05:10 for ILIAS by
1.9.4 (using
Doxyfile
)