Back to Joomla project (class list)

Class Dispatcher - list of methods

Base class for a Joomla Dispatcher

Extends

Direct known subclasses

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

Method Summary

public
(\Joomla\CMS\Application\CMSApplicationInterface $app, \Joomla\Input\Input $input)

Constructor for Dispatcher
Parameters
  • \Joomla\CMS\Application\CMSApplicationInterface $app The application instance
  • \Joomla\Input\Input $input The input instance
Since
  • 4.0.0
Show source code of this method: __construct Source Code

protected \Joomla\CMS\Application\CMSApplicationInterface
()

The application the dispatcher is working with.
Returns
  • \Joomla\CMS\Application\CMSApplicationInterface
Since
  • 4.0.0
Show source code of this method: getApplication Source Code

Properties Summary

protected \Joomla\CMS\Application\CMSApplicationInterface
$app
The application instance
Since
  • 4.0.0
protected \Joomla\Input\Input
$input
The input instance
Since
  • 4.0.0

Tags Summary

Since
4.0.0