ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
ilStudyProgrammePCStatusInfoUpdateSteps.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
class
ilStudyProgrammePCStatusInfoUpdateSteps
implements
ilDatabaseUpdateSteps
22
{
23
public
const
TABLE_NAME
=
'copg_pobj_def'
;
24
25
protected
ilDBInterface
$db
;
26
27
public
function
prepare
(
ilDBInterface
$db): void
28
{
29
$this->db =
$db
;
30
}
31
32
public
function
step_1
(): void
33
{
34
$this->db->manipulate(
35
"INSERT INTO "
. self::TABLE_NAME .
" VALUES ('prg','ilContainerPage','classes','Modules/StudyProgramme')"
36
);
37
}
38
}
ilStudyProgrammePCStatusInfoUpdateSteps\step_1
step_1()
Definition:
ilStudyProgrammePCStatusInfoUpdateSteps.php:32
ilDBInterface
ilStudyProgrammePCStatusInfoUpdateSteps\prepare
prepare(ilDBInterface $db)
Definition:
ilStudyProgrammePCStatusInfoUpdateSteps.php:27
ilStudyProgrammePCStatusInfoUpdateSteps
Definition:
ilStudyProgrammePCStatusInfoUpdateSteps.php:21
ilDatabaseUpdateSteps
ilStudyProgrammePCStatusInfoUpdateSteps\$db
ilDBInterface $db
Definition:
ilStudyProgrammePCStatusInfoUpdateSteps.php:25
ilStudyProgrammePCStatusInfoUpdateSteps\TABLE_NAME
const TABLE_NAME
Definition:
ilStudyProgrammePCStatusInfoUpdateSteps.php:23
Modules
StudyProgramme
classes
Setup
ilStudyProgrammePCStatusInfoUpdateSteps.php
Generated on Wed Sep 10 2025 14:11:01 for ILIAS by
1.8.13 (using
Doxyfile
)