26 $this->setDescription(
"Reloads the control structure of the installation.");
31 $io->
title(
"Reloading control structure of ILIAS");
36 $io->
success(
"Control structure reloaded. Thanks and have fun!");
45 public function trackAchievementOf(
Objective $objective) :
void 48 public function isAchieved(
Objective $objective) :
bool 56 foreach ($config->getKeys() as $k) {
57 $environment = $environment->
withConfigFor($k, $config->getConfig($k));
71 "Install and update ILIAS",
A objective collection is a objective that is achieved once all subobjectives are achieved...
Reload Control Structure command.
Wrapper around symfonies input and output facilities to provide just the functionality required for t...
An objective is a desired state of the system that is supposed to be created by the setup...
Tracks the achievement of objectives.
An agent that is just a collection of some other agents.
A agent is some component that performs part of the setup process.
buildEnvironment(Agent $agent, ?Config $config, IOWrapper $io)
Class ilCtrlStructureReader.
withConfigFor(string $component, $config)
Stores a config for some component in the environment.
getObjective(Agent $agent, ?Config $config)
const RESOURCE_ACHIEVEMENT_TRACKER
printIntroMessage(IOWrapper $io)
An environment holds resources to be used in the setup process.
const RESOURCE_ADMIN_INTERACTION
printOutroMessage(IOWrapper $io)
A configuration for the setup.