Liste de tous les membres
Fonctions membres protégées statiques |
static & | _load () |
Documentation des fonctions membres
static& JModuleHelper::_load |
( |
| ) |
|
|
staticprotected |
Load published modules.
- Renvoie:
- array
- Depuis:
- 11.1
Références $app, $cacheid, $clientId, $date, $db, $file, $i, $lang, $modules, $n, $query, $user, JFactory\getApplication(), JFactory\getCache(), JFactory\getDate(), JFactory\getDbo(), JRequest\getInt(), JFactory\getLanguage(), JFactory\getUser(), null, JError\raiseWarning(), et JText\sprintf().
Référencé par getModule(), et getModules().
static JModuleHelper::getLayoutPath |
( |
|
$module, |
|
|
|
$layout = 'default' |
|
) |
| |
|
static |
static& JModuleHelper::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:
- object The Module object
- Depuis:
- 11.1
Références $i, $modules, $name, $title, $total, _load(), null, et title.
Référencé par plgContentLoadmodule\_loadmod(), getModules(), isEnabled(), et JDocumentRendererModule\render().
static& JModuleHelper::getModules |
( |
|
$position | ) |
|
|
static |
Get modules by position
- Paramètres:
-
string | $position | The position of the module |
- Renvoie:
- array An array of module objects
- Depuis:
- 11.1
Références $i, $modules, $total, _load(), JRequest\getBool(), getModule(), et JComponentHelper\getParams().
Référencé par plgContentLoadmodule\_load(), JDocumentHTML\countModules(), CpanelViewCpanel\display(), modChrome_beezTabs(), et JDocumentRendererModules\render().
static JModuleHelper::isEnabled |
( |
|
$module | ) |
|
|
static |
Checks if a module is enabled
- Paramètres:
-
string | $module | The module name |
- Renvoie:
- boolean
- Depuis:
- 11.1
Références getModule().
static JModuleHelper::moduleCache |
( |
|
$module, |
|
|
|
$moduleparams, |
|
|
|
$cacheparams |
|
) |
| |
|
static |
Module cache helper
Caching modes: To be set in XML: 'static' One cache file for all pages with the same module parameters 'oldstatic' 1.5 definition of module caching, one cache file for all pages with the same module id and user aid, 'itemid' Changes on itemid change, to be called from inside the module: 'safeuri' Id created from $cacheparams->modeparams array, 'id' Module sets own cache id's
- Paramètres:
-
object | $module | Module object |
object | $moduleparams | Module parameters |
object | $cacheparams | Module cache parameters - id or url parameters, depending on the module cache mode |
- Renvoie:
- string
- Depuis:
- 11.1
JFilterInput::clean()
Références $cacheparams, $key, $uri, $user, JRequest\_cleanVar(), JRequest\get(), JFactory\getCache(), JFactory\getConfig(), JFactory\getUser(), JRequest\getVar(), et null.
static JModuleHelper::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:
- 11.1
Références $app, $attribs, $lang, $params, $path, $style, JFactory\getApplication(), JRequest\getBool(), JProfiler\getInstance(), JFactory\getLanguage(), JComponentHelper\getParams(), JPATH_BASE, JPATH_THEMES, et null.
Référencé par JDocumentRendererModule\render().
La documentation de cette classe a été générée à partir du fichier suivant :