26 new \ilSettingsFactoryExistsObjective()
32 $factory = $environment->getResource(
Setup\Environment::RESOURCE_SETTINGS_FACTORY);
36 $settings = $factory->settingsFor(
"common");
37 $firstname =
new Setup\Metrics\Metric(
38 Setup\Metrics\Metric::STABILITY_CONFIG,
39 Setup\Metrics\Metric::TYPE_TEXT,
40 $settings->get(
"admin_firstname",
"")
42 $lastname =
new Setup\Metrics\Metric(
43 Setup\Metrics\Metric::STABILITY_CONFIG,
44 Setup\Metrics\Metric::TYPE_TEXT,
45 $settings->get(
"admin_lastname",
"")
47 $email =
new Setup\Metrics\Metric(
48 Setup\Metrics\Metric::STABILITY_CONFIG,
49 Setup\Metrics\Metric::TYPE_TEXT,
50 $settings->get(
"admin_email",
"")
52 $contact =
new Setup\Metrics\Metric(
53 Setup\Metrics\Metric::STABILITY_CONFIG,
54 Setup\Metrics\Metric::TYPE_COLLECTION,
56 "firstname" => $firstname,
57 "lastname" => $lastname,
60 "Contact information for this installation." 62 $storage->store(
"contact", $contact);
Storage is simple key/value store without further schema definition.
getTentativePreconditions(Setup\Environment $environment)
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)
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.