LegacyComponentDispatcher

Implements DispatcherInterface

Base class for a legacy Joomla Dispatcher

Executes the single entry file of a legacy component.

since

4.0.0

package

Joomla CMS

Methods

__construct

Constructor for Dispatcher

__construct(\Joomla\CMS\Application\CMSApplication app) : 
since

4.0.0

Arguments

app

CMSApplicationThe application instance

Response

mixed

dispatch

Dispatch a controller task. Redirecting the user if appropriate.

dispatch() : 
since

4.0.0

Response

void

Properties

app

The application instance

since

4.0.0

Type(s)

CMSApplication