Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ApiDispatcher
+ Graphe d'héritage de ApiDispatcher:

Fonctions membres publiques

 dispatch ()
 
- Fonctions membres publiques hérités de ComponentDispatcher
 __construct (CMSApplicationInterface $app, Input $input, MVCFactoryInterface $mvcFactory)
 
 dispatch ()
 
 getController (string $name, string $client='', array $config=array())
 
- Fonctions membres publiques hérités de Dispatcher
 __construct (CMSApplicationInterface $app, Input $input)
 

Fonctions membres protégées

 loadLanguage ()
 
- Fonctions membres protégées hérités de ComponentDispatcher
 loadLanguage ()
 
 checkAccess ()
 
- Fonctions membres protégées hérités de Dispatcher
 getApplication ()
 

Membres hérités additionnels

- Attributs protégés hérités de ComponentDispatcher
 $option
 
 $mvcFactory
 
- Attributs protégés hérités de Dispatcher
 $app
 
 $input
 

Description détaillée

API Implementation for our dispatcher. It loads a component's administrator language files, and calls the API Controller so that components that haven't implemented web services can add their own handling.

Depuis
4.0.0

Documentation des fonctions membres

◆ dispatch()

dispatch ( )

Dispatch a controller task. API Overrides to ensure there is no redirects.

Renvoie
void
Depuis
4.0.0

Implémente DispatcherInterface.

Références $config, $option, et $task.

◆ loadLanguage()

loadLanguage ( )
protected

Load the component's administrator language

Depuis
4.0.0
Renvoie
void

Références JPATH_ADMINISTRATOR, et JPATH_BASE.


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