Back to Joomla project (class list)

Class LegacyComponentDispatcher - list of methods

Base class for a legacy Joomla Dispatcher
Executes the single entry file of a legacy component.

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

Method Summary

public
(\Joomla\CMS\Application\CMSApplication $app)

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

public void
()

Dispatch a controller task. Redirecting the user if appropriate.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: dispatch Source Code

Properties Summary

private \Joomla\CMS\Application\CMSApplication
$app
The application instance
Since
  • 4.0.0

Tags Summary

Since
4.0.0