Back to Joomla project (class list)

Class AbstractModuleDispatcher - list of methods

Base class for a Joomla Module Dispatcher.

Extends

Direct known subclasses

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

Method Summary

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

Constructor for Dispatcher
Parameters
  • \stdClass $module The module
  • \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

public void
()

Runs the dispatcher.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: dispatch Source Code

protected array|false
()

Returns the layout data. This function can be overridden by subclasses to add more attributes for the layout.
Returns
  • array|false
Since
  • 4.0.0
Show source code of this method: getLayoutData Source Code

protected void
()

Load the language.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: loadLanguage Source Code

Properties Summary

protected \stdClass
$module
The module instance
Since
  • 4.0.0

Tags Summary

Since
4.0.0