Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (DatabaseInterface $db) | |
getExtensions () | |
setExtensions ($extensions=null) | |
Fonctions membres publiques hérités de AbstractCommand | |
__construct (?string $name=null) | |
addArgument (string $name, ?int $mode=null, string $description='', $default=null) | |
addOption (string $name, $shortcut=null, ?int $mode=null, $description='', $default=null) | |
execute (InputInterface $input, OutputInterface $output) | |
getAliases () | |
getApplication () | |
getDefinition () | |
getDescription () | |
getHelp () | |
getHelperSet () | |
getName () | |
getProcessedHelp () | |
getSynopsis (bool $short=false) | |
isEnabled () | |
isHidden () | |
mergeApplicationDefinition (bool $mergeArgs=true) | |
setAliases (array $aliases) | |
setApplication (?Application $application=null) | |
setDefinition ($definition) | |
setDescription (string $description) | |
setHelp (string $help) | |
setHelperSet (HelperSet $helperSet) | |
setHidden (bool $hidden) | |
setName (string $name) | |
Fonctions membres protégées | |
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 | |
$extensions | |
$cliInput | |
$ioStyle | |
Attributs protégés statiques | |
static | $defaultName = 'extension:list' |
Attributs protégés statiques hérités de AbstractCommand | |
static | $defaultName |
Fonctions membres privées | |
getAllExtensionsFromDB () | |
filterExtensionsBasedOn ($type) | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de AbstractCommand | |
static | getDefaultName () |
Console command for listing installed extensions
__construct | ( | DatabaseInterface | $db | ) |
Instantiate the command.
DatabaseInterface | $db | Database connector |
Références Symfony\Contracts\Service\__construct(), et Joomla\Database\setDatabase().
|
protected |
|
protected |
|
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, $type, et Command\SUCCESS.
|
private |
Filters the extension type
string | $type | Extension type |
Références $extension, $key, et $type.
|
private |
Retrieves extension list from DB
Références $db, $query, et Joomla\Database\getDatabase().
getExtensions | ( | ) |
Retrieves all extensions
|
protected |
Transforms extension arrays into required form
array | $extensions | Array of extensions |
Références $extension, $key, et $manifest.
setExtensions | ( | $extensions = null | ) |
Retrieves the extension from the model and sets the class variable
null | $extensions | Array of extensions |
|
protected |
|
staticprotected |
|
protected |
|
protected |