JModuleHelper/1.5
From Joomla! Documentation
< JModuleHelper(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 42: | Line 42: | ||
<source lang="php">jimport( 'joomla.application.module.helper' );</source> | <source lang="php">jimport( 'joomla.application.module.helper' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JModuleHelper''' on [http://api.joomla.org/Joomla-Framework/Application/JModuleHelper.html api.joomla.org] | + | * {{JVer|1.5}} '''JModuleHelper''' on [http://api.joomla.org/1.5/Joomla-Framework/Application/JModuleHelper.html api.joomla.org] |
* {{JVer|1.5}} '''JModuleHelper source code''' on [[jframework15:application/module/helper.php|JoomlaCode]] | * {{JVer|1.5}} '''JModuleHelper source code''' on [[jframework15:application/module/helper.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Application/1.5|Application]] | * {{JVer|1.5}} Subpackage [[Subpackage Application/1.5|Application]] | ||
Latest revision as of 16:04, 13 February 2013
[edit]
JModuleHelper
[edit] Description
JModuleHelper is a static helper class which provides functionality to handle modules. [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _load | Load published modules. |
| public | getModule | Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs'). |
| public | getModules | Get modules by position. |
| public | isEnabled | Checks if a module is enabled. |
| public | renderModule | |
| public | getLayoutPath | Get the path to a layout for a module. |
- Defined in libraries/joomla/application/module/helper.php
[edit] Importing
jimport( 'joomla.application.module.helper' );
[edit] See also
-
JModuleHelper on api.joomla.org
-
JModuleHelper source code on JoomlaCode
-
Subpackage Application
- Other versions of JModuleHelper
SeeAlso:JModuleHelper [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />