Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
get (string $name) | |
getNames () | |
has ($name) | |
Interface defining a command loader.
get | ( | string | $name | ) |
Loads a command.
string | $name | The command to load. |
CommandNotFoundException |
Implémenté dans WritableContainerLoader, et ContainerLoader.
getNames | ( | ) |
Get the names of the registered commands.
Implémenté dans WritableContainerLoader, et ContainerLoader.
has | ( | $name | ) |
Checks if a command exists.
string | $name | The command to check. |
Implémenté dans WritableContainerLoader, et ContainerLoader.