AbstractModuleDispatcher
Extends DispatcherBase class for a Joomla Module Dispatcher.
abstract
since |
4.0.0 |
---|---|
package |
Joomla CMS |
Methods
__construct
Constructor for Dispatcher
__construct(\Joomla\CMS\Application\CMSApplicationInterface app, \Joomla\Input\Input input) : mixed
inherited
since |
4.0.0 |
---|
Arguments
- app
\Joomla\CMS\Application\CMSApplicationInterface
The application instance- input
\Joomla\Input\Input
The input instance
Response
mixed
dispatch
Runs the dispatcher.
dispatch() : void
since |
4.0.0 |
---|
getApplication
The application the dispatcher is working with.
getApplication() : \Joomla\CMS\Application\CMSApplicationInterface
inherited
since |
4.0.0 |
---|
Response
\Joomla\CMS\Application\CMSApplicationInterface
getLayoutData
Returns the layout data. This function can be overridden by subclasses to add more attributes for the layout.
getLayoutData() : array|false
If false is returned, then it means that the dispatch process should be aborted.
since |
4.0.0 |
---|
Response
array|false
loadLanguage
Load the language.
loadLanguage() : void
since |
4.0.0 |
---|
Properties
module
The module instance
since |
4.0.0 |
---|
Type(s)
\stdClass
input
The input instance
inherited
since |
4.0.0 |
---|
Type(s)
\Joomla\Input\Input