|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Command to output status information about the installation. More...
Inheritance diagram for ILIAS\Setup\CLI\StatusCommand:
Collaboration diagram for ILIAS\Setup\CLI\StatusCommand:Public Member Functions | |
| __construct (AgentFinder $agent_finder) | |
| configure () | |
| execute (InputInterface $input, OutputInterface $output) | |
| getMetrics (Agent $agent) | |
Static Protected Attributes | |
| static | $defaultName = "status" |
Command to output status information about the installation.
Definition at line 18 of file StatusCommand.php.
| ILIAS\Setup\CLI\StatusCommand::__construct | ( | AgentFinder | $agent_finder | ) |
Definition at line 25 of file StatusCommand.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\Setup\CLI\StatusCommand::configure | ( | ) |
Definition at line 31 of file StatusCommand.php.
References ILIAS\Setup\CLI\configureCommandForPlugins().
Here is the call graph for this function:| ILIAS\Setup\CLI\StatusCommand::execute | ( | InputInterface | $input, |
| OutputInterface | $output | ||
| ) |
Definition at line 38 of file StatusCommand.php.
References ILIAS\Setup\CLI\StatusCommand\getMetrics(), and ILIAS\Setup\CLI\getRelevantAgent().
Here is the call graph for this function:| ILIAS\Setup\CLI\StatusCommand::getMetrics | ( | Agent | $agent | ) |
Definition at line 45 of file StatusCommand.php.
References $config, ilIniFilesLoadedObjective\$might_populate_ini_files_as_well, ILIAS\Setup\Agent\getStatusObjective(), ILIAS\Setup\Metrics\Metric\STABILITY_CONFIG, ILIAS\Setup\Metrics\Metric\STABILITY_MIXED, and ILIAS\Setup\Metrics\Metric\TYPE_COLLECTION.
Referenced by ILIAS\Setup\CLI\StatusCommand\execute().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticprotected |
Definition at line 23 of file StatusCommand.php.