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) : mixed
since |
4.0.0 |
---|
Arguments
- app
\Joomla\CMS\Application\CMSApplicationInterface
The application instance- input
\Joomla\Input\Input
The input instance
Response
mixed
getApplication
The application the dispatcher is working with.
getApplication() : \Joomla\CMS\Application\CMSApplicationInterface
since |
4.0.0 |
---|
Response
\Joomla\CMS\Application\CMSApplicationInterface
Properties
input
The input instance
since |
4.0.0 |
---|
Type(s)
\Joomla\Input\Input