26 return hash(
"sha256", self::class);
31 return "The execution log for database update steps exists.";
42 new \ilDatabaseUpdatedObjective()
48 $db = $environment->
getResource(Setup\Environment::RESOURCE_DATABASE);
51 \ilDBStepExecutionDB::class,
64 $execution_db = $environment->getResource(\ilDBStepExecutionDB::class);
65 return is_null($execution_db);
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
achieve(Setup\Environment $environment)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.