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

Fonctions membres publiques

 __construct (string $namespace, MVCFactoryInterface $mvcFactory)
 
 createDispatcher (CMSApplicationInterface $application, Input $input=null)
 

Attributs protégés

 $namespace
 

Attributs privés

 $mvcFactory
 

Description détaillée

Namespace based implementation of the ComponentDispatcherFactoryInterface

Depuis
4.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( string  $namespace,
MVCFactoryInterface  $mvcFactory 
)

ComponentDispatcherFactory constructor.

Paramètres
string$namespaceThe namespace
MVCFactoryInterface$mvcFactoryThe MVC factory
Depuis
4.0.0

Documentation des fonctions membres

◆ createDispatcher()

createDispatcher ( CMSApplicationInterface  $application,
Input  $input = null 
)

Creates a dispatcher.

Paramètres
CMSApplicationInterface$applicationThe application
Input$inputThe input object, defaults to the one in the application
Renvoie
DispatcherInterface
Depuis
4.0.0

Implémente ComponentDispatcherFactoryInterface.

Références $className, $input, $name, $this, class, CMSApplicationInterface\getName(), et CMSApplicationInterface\isClient().

Documentation des champs

◆ $mvcFactory

$mvcFactory
private

◆ $namespace

$namespace
protected

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