|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Update command. More...
Inheritance diagram for ILIAS\Setup\CLI\UpdateCommand:
Collaboration diagram for ILIAS\Setup\CLI\UpdateCommand:Public Member Functions | |
| __construct (AgentFinder $agent_finder, ConfigReader $config_reader, array $preconditions) | |
| configure () | |
| execute (InputInterface $input, OutputInterface $output) | |
Protected Attributes | |
| $preconditions | |
| var Objective[] More... | |
Static Protected Attributes | |
| static | $defaultName = "update" |
Update command.
Definition at line 22 of file UpdateCommand.php.
| ILIAS\Setup\CLI\UpdateCommand::__construct | ( | AgentFinder | $agent_finder, |
| ConfigReader | $config_reader, | ||
| array | $preconditions | ||
| ) |
Definition at line 38 of file UpdateCommand.php.
References ILIAS\Setup\CLI\UpdateCommand\$preconditions, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\Setup\CLI\UpdateCommand::configure | ( | ) |
Definition at line 46 of file UpdateCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins().
Here is the call graph for this function:| ILIAS\Setup\CLI\UpdateCommand::execute | ( | InputInterface | $input, |
| OutputInterface | $output | ||
| ) |
Definition at line 56 of file UpdateCommand.php.
References $config, Vendor\Package\$e, ILIAS\Setup\CLI\addAgentConfigsToEnvironment(), ILIAS\Setup\CLI\getRelevantAgent(), ILIAS\Setup\CLI\readAgentConfig(), and ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION.
Here is the call graph for this function:
|
staticprotected |
Definition at line 28 of file UpdateCommand.php.
|
protected |
var Objective[]
Definition at line 33 of file UpdateCommand.php.
Referenced by ILIAS\Setup\CLI\UpdateCommand\__construct().