\JModuleHelper
Module helper class
Synopsis
class JModuleHelper
{
- // methods
- public static getModule()
- public static array getModules()
- public static boolean isEnabled()
- public static string renderModule()
- public static string getLayoutPath()
- protected static array _load()
- protected static array load()
- public static string moduleCache()
Methods
protected
public
- 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. A given module will only be returned if it meets the following criteria: it is enabled, it is assigned to the current menu item or all items, and the user meets the access level requirements.
- moduleCache() — Module cache helper
- renderModule() — Render the module.