JModuleHelper/1.5

From Joomla! Documentation
< JModuleHelper(Difference between revisions)
Jump to: navigation, search
(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] Joomla 1.5 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

SeeAlso:JModuleHelper [Edit See Also]

[edit] User contributed notes

<CodeExamplesForm />


Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox