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 ModulesModelSelect
+ Graphe d'héritage de ModulesModelSelect:

Fonctions membres publiques

 getItems ()
 

Fonctions membres protégées

 populateState ($ordering=null, $direction=null)
 
 getStoreId ($id='')
 
 getListQuery ()
 

Description détaillée

Module model.

Depuis
1.6

Documentation des fonctions membres

◆ getItems()

getItems ( )

Method to get a list of items.

Renvoie
mixed An array of objects on success, false on failure.

Références $client, $item, $items, $lang, $path, $text, et null.

◆ getListQuery()

getListQuery ( )
protected

Build an SQL query to load the list data.

Renvoie
JDatabaseQuery

Références $clientId, $db, et $query.

◆ 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.

Références $id.

◆ populateState()

populateState (   $ordering = null,
  $direction = null 
)
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, et $params.


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