Dispatcher

Implements DispatcherInterface

Base 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

CMSApplicationInterfaceThe application instance

input

InputThe input instance

Response

mixed

getApplication

The application the dispatcher is working with.

getApplication() : \Joomla\CMS\Application\CMSApplicationInterface
since

4.0.0

Response

CMSApplicationInterface

Properties

app

The application instance

since

4.0.0

Type(s)

CMSApplicationInterface

input

The input instance

since

4.0.0

Type(s)

Input