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

Fonctions membres publiques

 __construct ($config=array())
 

Fonctions membres protégées

 populateState ($ordering='a.position', $direction='asc')
 
 getStoreId ($id='')
 
 _getList ($query, $limitstart=0, $limit=0)
 
 translate (&$items)
 
 getListQuery ()
 

Description détaillée

Modules Component Module Model

Depuis
1.5

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 $config.

Documentation des fonctions membres

◆ _getList()

_getList (   $query,
  $limitstart = 0,
  $limit = 0 
)
protected

Returns an object list

Paramètres
string$queryThe query
int$limitstartOffset
int$limitThe number of records
Renvoie
array

Références $limit, $listDirn, $listOrder, $query, $total, elseif, null, et ArrayHelper\sortObjects().

◆ getListQuery()

getListQuery ( )
protected

Build an SQL query to load the list data.

Renvoie
JDatabaseQuery

Références $app, $clientId, $db, $groups, $language, $module, $position, $query, $state, $user, 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.

Références $id.

◆ populateState()

populateState (   $ordering = 'a.position',
  $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, $layout, $ordering, et $params.

◆ translate()

translate ( $items)
protected

Translate a list of objects

Paramètres
array&$itemsThe array of objects
Renvoie
array The array of translated objects

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


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