Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $namespace, MVCFactoryInterface $mvcFactory) | |
createDispatcher (CMSApplicationInterface $application, Input $input=null) | |
Attributs protégés | |
$namespace | |
Attributs privés | |
$mvcFactory | |
Namespace based implementation of the ComponentDispatcherFactoryInterface
__construct | ( | string | $namespace, |
MVCFactoryInterface | $mvcFactory | ||
) |
ComponentDispatcherFactory constructor.
string | $namespace | The namespace |
MVCFactoryInterface | $mvcFactory | The MVC factory |
createDispatcher | ( | CMSApplicationInterface | $application, |
Input | $input = null |
||
) |
Creates a dispatcher.
CMSApplicationInterface | $application | The application |
Input | $input | The input object, defaults to the one in the application |
Implémente ComponentDispatcherFactoryInterface.
Références $className, $input, $name, $this, class, CMSApplicationInterface\getName(), et CMSApplicationInterface\isClient().
|
private |
|
protected |