API17:JModuleHelper::getModule
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JModuleHelper::getModule
Description
Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs').
Description:JModuleHelper::getModule [Edit Descripton]
Synopsis
public & JModuleHelper::getModule ($name, $title=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The name of the module | |
| $title | string | null | The title of the module, optional |
Returns
object The Module object
Defined in
libraries/joomla/application/module/helper.php (line 34)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JModuleHelper::getModule
Examples
<CodeExamplesForm />
