API17

JModuleHelper

From Joomla! Documentation

Revision as of 18:00, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JModuleHelper

Defined in[edit]

libraries/joomla/application/module/helper.php

Subpackage[edit]

Application

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
getLayoutPath Get the path to a layout for a module.
getModule Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs').
getModules Get modules by position.
isEnabled Checks if a module is enabled.
moduleCache Module cache helper.
renderModule Render the module.
_load Load published modules.

Importing[edit]

jimport( 'joomla.application.module.helper' );

See also[edit]

Template:SeeAlso:JModuleHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />