◆ __construct()
◆ achieve()
ilVirusScannerConfigStoredObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 43 of file class.ilVirusScannerConfigStoredObjective.php.
References $ini.
45 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
47 $ini->setVariable(
"tools",
"vscantype", $this->config->getVirusScanner());
48 $ini->setVariable(
"tools",
"scancommand", $this->config->getPathToScan());
49 $ini->setVariable(
"tools",
"cleancommand", $this->config->getPathToClean());
52 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
◆ getHash()
ilVirusScannerConfigStoredObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilVirusScannerConfigStoredObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilVirusScannerConfigStoredObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilVirusScannerConfigStoredObjective::isNotable |
( |
| ) |
|
◆ $config
ilVirusScannerConfigStoredObjective::$config |
|
protected |
The documentation for this class was generated from the following file: