JModuleHelper
Description
Module helper class
Located in /joomla/application/module/helper.php (line 29)
JModuleHelper (Subpackage Application)
Method Summary
Methods
Get the path to a layout for a module
string
getLayoutPath
(string $module, [string $layout = 'default'])
- string $module: The name of the module
- string $layout: The name of the module layout
Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs')
object The
&getModule
(string $name, [string $title = null])
- string $name: The name of the module
- string $title: The title of the module, optional
Get modules by position
array
&getModules
(string $position)
- string $position: The position of the module
Checks if a module is enabled
boolean
isEnabled
(string $module)
- string $module: The module name
Documentation generated on Sat, 14 Nov 2009 11:14:32 +0000 by phpDocumentor 1.3.1



JModuleHelper (Subpackage Application)
static