◆ __construct()
◆ achieve()
ilBackgroundTasksConfigStoredObjective::achieve |
( |
Setup\Environment |
$environment | ) |
|
Definition at line 43 of file class.ilBackgroundTasksConfigStoredObjective.php.
References $ini.
45 $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
47 if (!
$ini->groupExists(
"background_tasks")) {
48 $ini->addGroup(
"background_tasks");
51 $ini->setVariable(
"background_tasks",
"concurrency", $this->config->getType());
52 $ini->setVariable(
"background_tasks",
"number_of_concurrent_tasks", $this->config->getMaxCurrentTasks());
55 throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
◆ getHash()
ilBackgroundTasksConfigStoredObjective::getHash |
( |
| ) |
|
◆ getLabel()
ilBackgroundTasksConfigStoredObjective::getLabel |
( |
| ) |
|
◆ getPreconditions()
ilBackgroundTasksConfigStoredObjective::getPreconditions |
( |
Setup\Environment |
$environment | ) |
|
◆ isNotable()
ilBackgroundTasksConfigStoredObjective::isNotable |
( |
| ) |
|
◆ $config
ilBackgroundTasksConfigStoredObjective::$config |
|
protected |
The documentation for this class was generated from the following file: