Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
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 |
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 Modules\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 Modules\positions().
|
static |
Get a list of the assignment options for modules to menus.
int | $clientId | The client id. |
Références $clientId, $options, et HTMLHelper\_().
|
static |
Get a list of filter options for the application clients.
Références $options, Text\_(), et HTMLHelper\_().
|
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, Text\_(), Factory\getDbo(), Factory\getLanguage(), JPATH_ADMINISTRATOR, JPATH_SITE, et ArrayHelper\sortObjects().
Référencé par ModulesModuleField\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, Text\_(), HTMLHelper\_(), elseif, Factory\getApplication(), Factory\getDbo(), et ParameterType\INTEGER.
Référencé par ModulesPositionField\getOptions(), et Modules\positions().
|
static |
Get a list of filter options for the state of a module.
Références $options, Text\_(), et HTMLHelper\_().
|
static |
Return a list of templates
integer | $clientId | Client ID |
string | $state | State |
string | $template | Template name |
Références $clientId, $db, $query, $state, $template, Factory\getDbo(), et ParameterType\INTEGER.
Référencé par PositionsModel\getItems(), Modules\positions(), ModuleModel\preprocessForm(), et Modules\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, Text\_(), Factory\getLanguage(), JPATH_ADMINISTRATOR, JPATH_SITE, et null.
Référencé par Modules\positions().
|
static |