23 protected \ilDBInterface
$db;
32 if (!$this->db->tableColumnExists(
'help_module',
'order_nr')) {
33 $this->db->addTableColumn(
'help_module',
'order_nr', array(
44 if (!$this->db->tableColumnExists(
'help_module',
'active')) {
45 $this->db->addTableColumn(
'help_module',
'active', array(
56 $set = $this->db->queryF(
57 "SELECT value FROM settings " .
58 " WHERE module = %s AND keyword = %s",
60 [
"common",
"help_module"]
62 if ($rec = $this->db->fetchAssoc($set)) {
68 "active" => [
"integer", 1]
71 "id" => [
"integer",
$id]
80 if (!$this->db->tableColumnExists(
'help_map',
'full_id')) {
81 $this->db->addTableColumn(
'help_map',
'full_id', array(
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepare(\ilDBInterface $db)
Prepare the execution of the steps.