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

Fonctions membres publiques

 __construct ($config=array())
 

Fonctions membres protégées

 getListQuery ()
 
 getStoreId ($id='')
 
 populateState ($ordering='a.title', $direction='asc')
 

Description détaillée

Filters model class for Finder.

Depuis
2.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn associative array of configuration settings. [optional]
Depuis
2.5
Voir également
JControllerLegacy

Références $config.

Documentation des fonctions membres

◆ getListQuery()

getListQuery ( )
protected

Build an SQL query to load the list data.

Renvoie
JDatabaseQuery A JDatabaseQuery object
Depuis
2.5

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

◆ 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. [optional]
Renvoie
string A store id.
Depuis
2.5

Références $id.

◆ populateState()

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

Method to auto-populate the model state. Calling getState in this method will result in recursion.

Paramètres
string$orderingAn optional ordering field. [optional]
string$directionAn optional direction. [optional]
Renvoie
void
Depuis
2.5

Références $direction, $ordering, et $params.


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