Back to Joomla project (class list)

Class ComponentDispatcherFactoryInterface - list of methods

Component 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/ComponentDispatcherFactoryInterface.php
Project: Joomla

Method Summary

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

Creates a dispatcher.
Parameters
  • \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
OSZAR »