Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres protégées | |
configure () | |
doExecute (InputInterface $input, OutputInterface $output) | |
Fonctions membres protégées hérités de ExtensionsListCommand | |
configureIO (InputInterface $input, OutputInterface $output) | |
configure () | |
getExtensionsNameAndId ($extensions) | |
doExecute (InputInterface $input, OutputInterface $output) | |
Fonctions membres protégées hérités de AbstractCommand | |
configure () | |
doExecute (InputInterface $input, OutputInterface $output) | |
initialise (InputInterface $input, OutputInterface $output) | |
Attributs protégés statiques | |
static | $defaultName = 'extension:discover:list' |
Attributs protégés statiques hérités de ExtensionsListCommand | |
static | $defaultName = 'extension:list' |
Attributs protégés statiques hérités de AbstractCommand | |
static | $defaultName |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractCommand | |
static | getDefaultName () |
Attributs protégés hérités de ExtensionsListCommand | |
$extensions | |
$cliInput | |
$ioStyle | |
Console command for list discovered extensions
|
protected |
Initialise the command.
|
protected |
Internal function to execute the command.
InputInterface | $input | The input to inject into the command. |
OutputInterface | $output | The output to inject into the command. |
Références $input, $output, $state, et Command\SUCCESS.
filterExtensionsBasedOnState | ( | $extensions, | |
$state | |||
) |
Filters the extension state
array | $extensions | The Extensions |
string | $state | The Extension state |
Références $extension, $key, et $state.
|
staticprotected |