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

Fonctions membres publiques

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

Description détaillée

Interface defining a command loader.

Depuis
2.0.0

Documentation des fonctions membres

◆ get()

get ( string  $name)

Loads a command.

Paramètres
string$nameThe command to load.
Renvoie
AbstractCommand
Depuis
2.0.0
Exceptions
CommandNotFoundException

Implémenté dans WritableContainerLoader, et ContainerLoader.

◆ getNames()

getNames ( )

Get the names of the registered commands.

Renvoie
string[]
Depuis
2.0.0

Implémenté dans WritableContainerLoader, et ContainerLoader.

◆ has()

has (   $name)

Checks if a command exists.

Paramètres
string$nameThe command to check.
Renvoie
boolean
Depuis
2.0.0

Implémenté dans WritableContainerLoader, et ContainerLoader.


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