Dispatcher
Implements DispatcherInterfaceBase class for a Joomla Dispatcher
abstract
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
Constructor for Dispatcher
__construct(\Joomla\CMS\Application\CMSApplicationInterface app, \Joomla\Input\Input input) :
since |
4.0.0 |
---|
Arguments
- app
CMSApplicationInterface
The application instance- input
Input
The input instance
Response
mixed
getApplication
The application the dispatcher is working with.
getApplication() : \Joomla\CMS\Application\CMSApplicationInterface
Properties
input
The input instance
since |
4.0.0 |
---|
Type(s)
Input