Module helper class
- Depuis
- 1.5
◆ _load()
◆ cleanModuleList()
static cleanModuleList |
( |
|
$modules | ) |
|
|
static |
Clean the module list
- Paramètres
-
array | $modules | Array with module objects |
- Renvoie
- array
Références $i, $module, $modules, et null.
◆ getLayoutPath()
static getLayoutPath |
( |
|
$module, |
|
|
|
$layout = 'default' |
|
) |
| |
|
static |
Get the path to a layout for a module
- Paramètres
-
string | $module | The name of the module |
string | $layout | The name of the module layout. If alternative layout, in the form template:filename. |
- Renvoie
- string The path to the module layout
- Depuis
- 1.5
Références $layout, $module, $template, JPATH_BASE, et JPATH_THEMES.
◆ getModule()
static& getModule |
( |
|
$name, |
|
|
|
$title = null |
|
) |
| |
|
static |
Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs')
- Paramètres
-
string | $name | The name of the module |
string | $title | The title of the module, optional |
- Renvoie
- The Module object
- Depuis
- 1.5
Références $i, $modules, $name, $title, $total, name, null, et title.
Référencé par ModuleRenderer\render().
◆ getModuleById()
static& getModuleById |
( |
|
$id | ) |
|
|
static |
Get module by id
- Paramètres
-
string | $id | The id of the module |
- Renvoie
- The Module object
- Depuis
- 3.9.0
Références $i, $id, $modules, et $total.
◆ getModules()
static& getModules |
( |
|
$position | ) |
|
|
static |
◆ isAdminMultilang()
static isAdminMultilang |
( |
| ) |
|
|
static |
◆ isEnabled()
static isEnabled |
( |
|
$module | ) |
|
|
static |
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.
- Paramètres
-
string | $module | The module name |
- Renvoie
- boolean See description for conditions.
- Depuis
- 1.5
Références $module, et null.
◆ load()
Load published modules.
- Renvoie
- array
- Depuis
- 3.2
Références $app, $modules, et null.
◆ renderModule()
static renderModule |
( |
|
$module, |
|
|
|
$attribs = array() |
|
) |
| |
|
static |
Render the module.
- Paramètres
-
object | $module | A module object. |
array | $attribs | An array of attributes for the module (probably from the XML). |
- Renvoie
- string The HTML content of the module output.
- Depuis
- 1.5
Références $app, $attribs, $content, $lang, $module, $params, $path, $style, $template, ComponentHelper\getParams(), JDEBUG, JPATH_BASE, JPATH_THEMES, et null.
Référencé par ModuleRenderer\render().
La documentation de cette classe a été générée à partir du fichier suivant :