3 declare(strict_types=1);
    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(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.