JModuleHelper/ja
出典: Joomla! ドキュメンテーション
JModuleHelper is a static helper class which provides functionality to handle modules.
目次 |
Availability
Defined in
/libraries/joomla/application/module/helper.php
Methods
| Method name | Description |
|---|---|
| getLayoutPath | Get the path to a layout for a module. |
| getModule | Get module by name. Returns an object with information about the module. |
| getModules | Get modules by module position. Returns an array of objects with information about the modules. |
| isEnabled | Checks if a module is enabled. |
| renderModule | Renders the module, returning the output HTML. |
Importing
jimport( 'joomla.application.module.helper' );
