Back to Joomla project (class list)

Class ComponentDispatcherFactory - list of methods

Namespace based implementation of the ComponentDispatcherFactoryInterface

Extends

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

Method Summary

public
(string $namespace, \Joomla\CMS\MVC\Factory\MVCFactoryInterface $mvcFactory)

ComponentDispatcherFactory constructor.
Parameters
  • string $namespace The namespace
  • \Joomla\CMS\MVC\Factory\MVCFactoryInterface $mvcFactory The MVC factory
Since
  • 4.0.0
Show source code of this method: __construct Source Code

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

Properties Summary

protected string
$namespace
The extension namespace
Since
  • 4.0.0
private \Joomla\CMS\MVC\Factory\MVCFactoryInterface
$mvcFactory
The MVC factory
Since
  • 4.0.0

Tags Summary

Since
4.0.0