32 protected \ilDBInterface
$db;
43 $this->client_ini = null;
57 $class_map = require ILIAS_ABSOLUTE_PATH .
'/libs/composer/vendor/composer/autoload_classmap.php';
66 return "dbupdate.php";
82 $this->currentVersion = $a_version;
95 if ((is_int(stripos($q,
"create table")) || is_int(stripos($q,
"alter table")) ||
96 is_int(stripos($q,
"drop table")))
106 return $this->plugin->getPath() . self::PLUGIN_UPDATE_FILE;
111 $component = $this->plugin->getComponent();
112 $slot = $this->plugin->getPluginSlot();
113 return $component->getId() .
"_" . $slot->getId() .
"_" . $this->plugin->getId();
setCurrentVersion(int $a_version)
Set current DB version.
getFileForStep(int $a_version)
FROM ilDBUpdate.
Class ilCtrlArrayIterator.
Simple value class for information about a plugin.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(\ilDBInterface $db, \ilPluginInfo $plugin)
constructor MagicMethodsValidityInspection
getCurrentVersion()
Get current DB version.
checkQuery(string $q)
This is a very simple check.