◆ collectFrom()
ilUtilitiesMetricsCollectedObjective::collectFrom |
( |
Setup\Environment |
$environment, |
|
|
Setup\Metrics\Storage |
$storage |
|
) |
| |
|
protected |
Definition at line 32 of file class.ilUtilitiesMetricsCollectedObjective.php.
References $ini.
34 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
39 $storage->storeConfigText(
41 $ini->readVariable(
"tools",
"convert"),
42 "The path to the binary from imagemagick that is used to convert images." 44 $storage->storeConfigText(
46 $ini->readVariable(
"tools",
"zip"),
47 "The path to the binary that is used for zipping files." 49 $storage->storeConfigText(
51 $ini->readVariable(
"tools",
"unzip"),
52 "The path to the binary that is used for unzipping files."
◆ getTentativePreconditions()
ilUtilitiesMetricsCollectedObjective::getTentativePreconditions |
( |
Setup\Environment |
$environment | ) |
|
|
protected |
The documentation for this class was generated from the following file: