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

Fonctions membres publiques

 add (string $commandName, string $className)
 
- Fonctions membres publiques hérités de LoaderInterface
 get (string $name)
 
 getNames ()
 
 has ($name)
 

Description détaillée

Interface defining a writable command loader.

Depuis
4.0.0

Documentation des fonctions membres

◆ add()

add ( string  $commandName,
string  $className 
)

Adds a command to the loader.

Paramètres
string$commandNameThe name of the command to load.
string$classNameThe fully qualified class name of the command.
Renvoie
void
Depuis
4.0.0

Implémenté dans WritableContainerLoader.


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