Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 | |
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.
dispatch | ( | ) |
Dispatch a controller task. API Overrides to ensure there is no redirects.
Implémente DispatcherInterface.
|
protected |
Load the component's administrator language
Références JPATH_ADMINISTRATOR, et JPATH_BASE.