19 declare(strict_types=1);
27 return hash(
"sha256", self::class);
32 return "A NIC key for the installation is generated and stored";
43 new \ilSettingsFactoryExistsObjective(),
50 $factory = $environment->
getResource(
Setup\Environment::RESOURCE_SETTINGS_FACTORY);
51 $settings = $factory->settingsFor(
"common");
54 $settings->set(
"nic_key", $nic_key);
64 $factory = $environment->getResource(
Setup\Environment::RESOURCE_SETTINGS_FACTORY);
65 $settings = $factory->settingsFor(
"common");
67 return !(bool) $settings->get(
"nic_key");
72 return md5(uniqid((
string) $this->config->getClientId(),
true));
achieve(Setup\Environment $environment)
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...
isApplicable(Setup\Environment $environment)
getPreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.