Back to Joomla project (class list)

Class ModuleDispatcherFactoryInterface - list of methods

Module dispatcher factory interface
Package: Joomla\CMS\Dispatcher
Copyright: (C) 2018 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Dispatcher/ModuleDispatcherFactoryInterface.php
Project: Joomla

Method Summary

public \Joomla\CMS\Dispatcher\DispatcherInterface
(\stdClass $module, \Joomla\CMS\Application\CMSApplicationInterface $application, \Joomla\Input\Input $input = null)

Creates a dispatcher.
Parameters
  • \stdClass $module The module
  • \Joomla\CMS\Application\CMSApplicationInterface $application The application
  • \Joomla\Input\Input $input The input object, defaults to the one in the application
Returns
  • \Joomla\CMS\Dispatcher\DispatcherInterface
Since
  • 4.0.0
Show source code of this method: createDispatcher Source Code

Tags Summary

Since
4.0.0