Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | addSubmenu ($vName) |
static | getActions ($moduleId=0) |
static | getStateOptions () |
static | getClientOptions () |
static | getPositions ($clientId, $editPositions=false) |
static | getTemplates ($clientId=0, $state='', $template='') |
static | getModules ($clientId) |
static | getAssignmentOptions ($clientId) |
static | getTranslatedModulePosition ($clientId, $template, $position) |
static | isTranslatedText ($langKey, $text) |
static | createOption ($value='', $text='') |
static | createOptionGroup ($label='', $options=array()) |
Modules component helper.
|
static |
Configure the Linkbar.
string | $vName | The name of the active view. |
Référencé par ModulesController\display().
|
static |
Create and return a new Option
string | $value | The option value [optional] |
string | $text | The option text [optional] |
Références $option, $text, et $value.
Référencé par JHtmlModules\positions().
|
static |
Create and return a new Option Group
string | $label | Value and label for group [optional] |
array | $options | Array of options to insert into group [optional] |
Références $label, et $options.
Référencé par JHtmlModules\positions().
|
static |
Gets a list of the actions that can be performed.
integer | $moduleId | The module ID. |
|
static |
|
static |
Get a list of filter options for the application clients.
Références $options.
|
static |
Get a list of the unique modules installed in the client application.
int | $clientId | The client id. |
Références $clientId, $db, $extension, $i, $lang, $module, $modules, $path, $query, JPATH_ADMINISTRATOR, JPATH_SITE, null, et ArrayHelper\sortObjects().
Référencé par JFormFieldModulesModule\getOptions().
|
static |
Get a list of modules positions
integer | $clientId | Client ID |
boolean | $editPositions | Allow to edit the positions |
Références $clientId, $db, $options, $position, $positions, $query, et JError\raiseWarning().
Référencé par JFormFieldModulesPosition\getOptions(), et JHtmlModules\positions().
|
static |
Get a list of filter options for the state of a module.
Références $options.
|
static |
Return a list of templates
integer | $clientId | Client ID |
string | $state | State |
string | $template | Template name |
Références $clientId, $db, $query, $state, et $template.
Référencé par ModulesModelPositions\getItems(), JHtmlModules\positions(), et JHtmlModules\templates().
|
static |
Return a translated module position name
integer | $clientId | Application client id 0: site | 1: admin |
string | $template | Template name |
string | $position | Position name |
Références $clientId, $lang, $path, $position, $template, $text, JPATH_ADMINISTRATOR, JPATH_SITE, et null.
Référencé par JHtmlModules\positions().
|
static |
Check if the string was translated
string | $langKey | Language file text key |
string | $text | The "translated" text to be checked |
Références $text.