Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface CommandLoaderInterface
+ Graphe d'héritage de CommandLoaderInterface:

Fonctions membres publiques

 get (string $name)
 
 has (string $name)
 
 getNames ()
 

Description détaillée

Documentation des fonctions membres

◆ get()

get ( string  $name)

Loads a command.

Renvoie
Command
Exceptions
CommandNotFoundException

Implémenté dans FactoryCommandLoader, et ContainerCommandLoader.

◆ getNames()

getNames ( )
Renvoie
string[]

Implémenté dans ContainerCommandLoader, et FactoryCommandLoader.

◆ has()

has ( string  $name)

Checks if a command exists.

Renvoie
bool

Implémenté dans ContainerCommandLoader, et FactoryCommandLoader.


La documentation de cette interface a été générée à partir du fichier suivant :