|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Reload Control Structure command. More...
Inheritance diagram for ILIAS\Setup\CLI\ReloadControlStructureCommand:
Collaboration diagram for ILIAS\Setup\CLI\ReloadControlStructureCommand:Public Member Functions | |
| configure () | |
Public Member Functions inherited from ILIAS\Setup\CLI\BaseCommand | |
| __construct (callable $lazy_agent, ConfigReader $config_reader, array $preconditions) | |
| configure () | |
| execute (InputInterface $input, OutputInterface $output) | |
Protected Member Functions | |
| printIntroMessage (IOWrapper $io) | |
| printOutroMessage (IOWrapper $io) | |
| buildEnvironment (Agent $agent, ?Config $config, IOWrapper $io) | |
| getObjective (Agent $agent, ?Config $config) | |
Protected Member Functions inherited from ILIAS\Setup\CLI\BaseCommand | |
| getAgent () | |
| shouldSayYes (InputInterface $input) | |
| printLicenseMessage (IOWrapper $io, InputInterface $input) | |
| printIntroMessage (IOWrapper $io) | |
| printOutroMessage (IOWrapper $io) | |
| readAgentConfig (Agent $agent, InputInterface $input) | |
| buildEnvironment (Agent $agent, ?Config $config, IOWrapper $io) | |
| getObjective (Agent $agent, ?Config $config) | |
Static Protected Attributes | |
| static | $defaultName = "reload-control-structure" |
Static Protected Attributes inherited from ILIAS\Setup\CLI\BaseCommand | |
| static | $defaultName = "install" |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\Setup\CLI\BaseCommand | |
| $lazy_agent | |
| $agent | |
| $config_reader | |
| $preconditions | |
| var Objective[] More... | |
Reload Control Structure command.
Definition at line 19 of file ReloadControlStructureCommand.php.
|
protected |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 39 of file ReloadControlStructureCommand.php.
References ILIAS\Setup\CLI\BaseCommand\$agent, $config, ILIAS\Setup\Environment\RESOURCE_ACHIEVEMENT_TRACKER, ILIAS\Setup\Environment\RESOURCE_ADMIN_INTERACTION, and ILIAS\Setup\ArrayEnvironment\withConfigFor().
Here is the call graph for this function:| ILIAS\Setup\CLI\ReloadControlStructureCommand::configure | ( | ) |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 23 of file ReloadControlStructureCommand.php.
|
protected |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 64 of file ReloadControlStructureCommand.php.
|
protected |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 29 of file ReloadControlStructureCommand.php.
References ILIAS\Setup\CLI\IOWrapper\title().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Setup\CLI\BaseCommand.
Definition at line 34 of file ReloadControlStructureCommand.php.
References ILIAS\Setup\CLI\IOWrapper\success().
Here is the call graph for this function:
|
staticprotected |
Definition at line 21 of file ReloadControlStructureCommand.php.