ModuleDispatcherFactory

Implements ModuleDispatcherFactoryInterface

Namespace based implementation of the ModuleDispatcherFactoryInterface

since

4.0.0

package

Joomla CMS

Methods

__construct

ModuleDispatcherFactory constructor.

__construct( namespace) : 
since

4.0.0

Arguments

namespace

stringThe namespace

Response

mixed

createDispatcher

Creates a dispatcher.

createDispatcher(\stdClass module, \Joomla\CMS\Application\CMSApplicationInterface application, \Joomla\Input\Input input = null) : \Joomla\CMS\Dispatcher\DispatcherInterface
since

4.0.0

Arguments

module

stdClassThe module

application

CMSApplicationInterfaceThe application

input

InputThe input object, defaults to the one in the application

Response

DispatcherInterface

Properties

namespace

The extension namespace

since

4.0.0

Type(s)

string