ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
class.ilStyle9HotfixDBUpdateSteps.php
Go to the documentation of this file.
1
<?php
2
16
namespace
ILIAS\Style\Content\Setup
;
17
18
class
ilStyle9HotfixDBUpdateSteps
implements
\ilDatabaseUpdateSteps
19
{
20
protected \ilDBInterface
$db
;
21
22
public
function
prepare
(\
ilDBInterface
$db): void
23
{
24
$this->db =
$db
;
25
}
26
27
public
function
step_1
()
28
{
29
$this->db->update(
30
"style_data"
,
31
[
32
"uptodate"
=> [
"integer"
, 0]
33
],
34
[
// where
35
"uptodate"
=> [
"integer"
, 1]
36
]
37
);
38
}
39
40
}
ILIAS\Style\Content\Setup\ilStyle9HotfixDBUpdateSteps
Definition:
class.ilStyle9HotfixDBUpdateSteps.php:18
ilDatabaseUpdateSteps
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
interface.ilDatabaseUpdateSteps.php:43
ILIAS\Style\Content\Setup\ilStyle9HotfixDBUpdateSteps\$db
ilDBInterface $db
Definition:
class.ilStyle9HotfixDBUpdateSteps.php:20
ILIAS\Style\Content\Setup
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ContentStyleAgent.php:16
ILIAS\Style\Content\Setup\ilStyle9HotfixDBUpdateSteps\step_1
step_1()
Definition:
class.ilStyle9HotfixDBUpdateSteps.php:27
ilDBInterface
ILIAS\Style\Content\Setup\ilStyle9HotfixDBUpdateSteps\prepare
prepare(\ilDBInterface $db)
Prepare the execution of the steps.
Definition:
class.ilStyle9HotfixDBUpdateSteps.php:22
Services
Style
Content
Setup
class.ilStyle9HotfixDBUpdateSteps.php
Generated on Wed Sep 10 2025 14:11:57 for ILIAS by
1.8.13 (using
Doxyfile
)