ModuleInterface
Access to module specific services.
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
getDispatcher
Returns the dispatcher for the given application, module and input.
getDispatcher(\stdClass module, \Joomla\CMS\Application\CMSApplicationInterface application, \Joomla\Input\Input input = null) : \Joomla\CMS\Dispatcher\DispatcherInterface
since |
4.0.0 |
---|
Arguments
- module
stdClass
The module- application
CMSApplicationInterface
The application- input
Input
The input object, defaults to the one in the application