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é
Référence de la classe MenusModelItems
+ Graphe d'héritage de MenusModelItems:

Fonctions membres publiques

 __construct ($config=array())
 
 getItems ()
 

Fonctions membres protégées

 populateState ($ordering='a.lft', $direction='asc')
 
 getStoreId ($id='')
 
 getListQuery ()
 
 preprocessForm (JForm $form, $data, $group='content')
 
 getMenu ($menuType, $check=false)
 

Description détaillée

Menu Item List Model for Menus.

Depuis
1.6

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn optional associative array of configuration settings.
Voir également
JController
Depuis
1.6

Références $app, $assoc, et $config.

Documentation des fonctions membres

◆ getItems()

getItems ( )

Method to get an array of data items.

Renvoie
mixed An array of data items on success, false on failure.
Depuis
3.0.1

Références $client, $extension, $item, $items, $lang, JPATH_ADMINISTRATOR, et null.

◆ getListQuery()

getListQuery ( )
protected

Builds an SQL query to load the list data.

Renvoie
JDatabaseQuery A query object.
Depuis
1.6

Références $app, $assoc, $db, $groups, $language, $menuType, $menuTypes, $published, $query, $type, $user, elseif, et null.

◆ getMenu()

getMenu (   $menuType,
  $check = false 
)
protected

Get the client id for a menu

Paramètres
string$menuTypeThe menutype identifier for the menu
boolean$checkFlag whether to perform check against ACL as well as existence
Renvoie
integer
Depuis
3.7.0

Références $check, $menuType, $query, et elseif.

◆ getStoreId()

getStoreId (   $id = '')
protected

Method to get a store id based on model configuration state.

This is necessary because the model is used by the component and different modules that might need different sets of data or different ordering requirements.

Paramètres
string$idA prefix for the store id.
Renvoie
string A store id.
Depuis
1.6

Références $id.

◆ populateState()

populateState (   $ordering = 'a.lft',
  $direction = 'asc' 
)
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Paramètres
string$orderingAn optional ordering field.
string$directionAn optional direction (asc|desc).
Renvoie
void
Depuis
1.6

Références $app, $clientId, $direction, $forcedLanguage, $language, $layout, $menuType, $ordering, $params, $published, $user, elseif, JPATH_ADMINISTRATOR, et null.

◆ preprocessForm()

preprocessForm ( JForm  $form,
  $data,
  $group = 'content' 
)
protected

Method to allow derived classes to preprocess the form.

Paramètres
JForm$formA JForm object.
mixed$dataThe data expected for the form.
string$groupThe name of the plugin group to import (defaults to "content").
Renvoie
void
Depuis
3.2
Exceptions
Exceptionif there is an error in the form event.

Références $clientId, $form, $name, et elseif.


La documentation de cette classe a été générée à partir du fichier suivant :