|
ILIAS
release_8 Revision v8.24
|
Achieves an objective. More...
Inheritance diagram for ILIAS\Setup\CLI\AchieveCommand:
Collaboration diagram for ILIAS\Setup\CLI\AchieveCommand:Public Member Functions | |
| __construct (AgentFinder $agent_finder, ConfigReader $config_reader, array $preconditions, Refinery $refinery) | |
Protected Member Functions | |
| configure () | |
| execute (InputInterface $input, OutputInterface $output) | |
Protected Attributes | |
| array | $preconditions = [] |
| Refinery | $refinery |
Static Protected Attributes | |
| static | $defaultName = "achieve" |
Private Member Functions | |
| shouldListNamedObjectives (InputInterface $input) | |
| executeListNamedObjectives (IOWrapper $io, OutputInterface $output) | |
| executeAchieveObjective (IOWrapper $io, InputInterface $input) | |
Achieves an objective.
Definition at line 41 of file AchieveCommand.php.
| ILIAS\Setup\CLI\AchieveCommand::__construct | ( | AgentFinder | $agent_finder, |
| ConfigReader | $config_reader, | ||
| array | $preconditions, | ||
| Refinery | $refinery | ||
| ) |
Definition at line 56 of file AchieveCommand.php.
References ILIAS\Setup\CLI\AchieveCommand\$preconditions, ILIAS\Setup\CLI\AchieveCommand\$refinery, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 69 of file AchieveCommand.php.
|
protected |
Definition at line 89 of file AchieveCommand.php.
References ILIAS\Setup\CLI\AchieveCommand\executeAchieveObjective(), ILIAS\Setup\CLI\AchieveCommand\executeListNamedObjectives(), and ILIAS\Setup\CLI\AchieveCommand\shouldListNamedObjectives().
Here is the call graph for this function:
|
private |
Definition at line 131 of file AchieveCommand.php.
References $config, Vendor\Package\$e, ILIAS\Setup\CLI\addAgentConfigsToEnvironment(), ILIAS\Setup\CLI\IOWrapper\error(), ILIAS\Setup\CLI\getRelevantAgent(), ILIAS\Setup\CLI\readAgentConfig(), ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION, ILIAS\Setup\CLI\IOWrapper\success(), and ILIAS\Setup\CLI\IOWrapper\title().
Referenced by ILIAS\Setup\CLI\AchieveCommand\execute().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 119 of file AchieveCommand.php.
References ILIAS\Setup\CLI\IOWrapper\LABEL_WIDTH, and ILIAS\Setup\CLI\IOWrapper\title().
Referenced by ILIAS\Setup\CLI\AchieveCommand\execute().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 104 of file AchieveCommand.php.
Referenced by ILIAS\Setup\CLI\AchieveCommand\execute().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 47 of file AchieveCommand.php.
|
protected |
Definition at line 49 of file AchieveCommand.php.
Referenced by ILIAS\Setup\CLI\AchieveCommand\__construct().
|
protected |
Definition at line 51 of file AchieveCommand.php.
Referenced by ILIAS\Setup\CLI\AchieveCommand\__construct().