11 return "Collect common metrics for the ILIAS installation.";
23 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
24 $client_ini = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_INI);
25 $storage->storeStableBool(
27 $ini !==
null && $client_ini !==
null,
28 "Are there any indications an installation was performed?"
30 $client_id = $environment->getResource(Setup\Environment::RESOURCE_CLIENT_ID);
32 $storage->storeConfigText(
35 "Id of the ILIAS client."
An exception for terminatinating execution or to throw for unit testing.
collectFrom(Setup\Environment $environment, Setup\Metrics\Storage $storage)
getTentativePreconditions(Setup\Environment $environment)
An environment holds resources to be used in the setup process.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...