Module helper class
- Depuis
- 1.5
◆ cleanModuleList()
static cleanModuleList |
( |
|
$modules | ) |
|
|
static |
◆ createDummyModule()
static createDummyModule |
( |
| ) |
|
|
staticprotected |
Method to create a dummy module.
- Renvoie
- The Module object
- Depuis
- 4.0.0
Références $module.
◆ getLayoutPath()
static getLayoutPath |
( |
|
$module, |
|
|
|
$layout = 'default' |
|
) |
| |
|
static |
◆ 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, $result, $title, $total, name, et null.
Référencé par ModuleRenderer\render().
◆ getModuleById()
static& getModuleById |
( |
|
$id | ) |
|
|
static |
◆ 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, $result, et null.
◆ load()
◆ 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, $basePath, $displayData, $module, $params, $scope, $style, $template, Log\addLogger(), Log\ALL, Factory\getApplication(), Profiler\getInstance(), ComponentHelper\getParams(), JDEBUG, JPATH_THEMES, null, et LayoutHelper\render().
Référencé par ModuleRenderer\render().
◆ renderRawModule()
static renderRawModule |
( |
|
$module, |
|
|
Registry |
$params, |
|
|
|
$attribs = array() |
|
) |
| |
|
static |
La documentation de cette classe a été générée à partir du fichier suivant :