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

Fonctions membres protégées

 checkAccess ()
 
- 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

- 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)
 
- 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

ComponentDispatcher class for com_users

Depuis
4.0.0

Documentation des fonctions membres

◆ checkAccess()

checkAccess ( )
protected

Override checkAccess to allow users edit profile without having to have core.manager permission

Renvoie
void
Depuis
4.0.0

Special case: Multi-factor Authentication

We allow access to all MFA views and tasks. Access control for MFA tasks is performed in the Controllers since what is allowed depends on who is logged in and whose account you are trying to modify. Implementing these checks in the Dispatcher would violate the separation of concerns.

Références $id, $layout, $task, $taskPrefix, $user, $view, et false.


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