ModuleDispatcher
class ModuleDispatcher extends AbstractModuleDispatcher
Base class for a Joomla Module Dispatcher
Executes the single entry file of a module.
Properties
protected CMSApplicationInterface
Since: 4.0.0
|
$app | The application instance |
from Dispatcher |
protected Input
Since: 4.0.0
|
$input | The input instance |
from Dispatcher |
protected stdClass
Since: 4.0.0
|
$module | The module instance |
from AbstractModuleDispatcher |
Methods
__construct(stdClass $module, CMSApplicationInterface $app, Input $input)
Constructor for Dispatcher
getApplication()
The application the dispatcher is working with.
from
Dispatcher
void
dispatch()
Dispatches the dispatcher.
array|false
getLayoutData()
Returns the layout data. This function can be overridden by subclasses to add more attributes for the layout.
Details
__construct(stdClass $module, CMSApplicationInterface $app, Input $input)
Since: 4.0.0
Constructor for Dispatcher
protected CMSApplicationInterface
getApplication()
Since: 4.0.0
The application the dispatcher is working with.