Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
add (string $commandName, string $className) | |
Fonctions membres publiques hérités de LoaderInterface | |
get (string $name) | |
getNames () | |
has ($name) | |
Interface defining a writable command loader.
add | ( | string | $commandName, |
string | $className | ||
) |
Adds a command to the loader.
string | $commandName | The name of the command to load. |
string | $className | The fully qualified class name of the command. |
Implémenté dans WritableContainerLoader.