◆ collectFrom()
ilUtilitiesMetricsCollectedObjective::collectFrom |
( |
Setup\Environment |
$environment, |
|
|
Setup\Metrics\Storage |
$storage |
|
) |
| |
Definition at line 16 of file class.ilUtilitiesMetricsCollectedObjective.php.
References $ini.
18 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
23 $storage->storeConfigText(
25 $ini->readVariable(
"tools",
"convert"),
26 "The path to the binary from imagemagick that is used to convert images." 28 $storage->storeConfigText(
30 $ini->readVariable(
"tools",
"zip"),
31 "The path to the binary that is used for zipping files." 33 $storage->storeConfigText(
35 $ini->readVariable(
"tools",
"unzip"),
36 "The path to the binary that is used for unzipping files."
◆ getTentativePreconditions()
ilUtilitiesMetricsCollectedObjective::getTentativePreconditions |
( |
Setup\Environment |
$environment | ) |
|
The documentation for this class was generated from the following file: