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

Fonctions membres publiques

 getItems ()
 

Fonctions membres protégées

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

Attributs protégés

 $context = 'com_finder.suggestions'
 

Description détaillée

Suggestions model class for the Finder package.

Depuis
2.5

Documentation des fonctions membres

◆ getItems()

getItems ( )

Method to get an array of data items.

Renvoie
array An array of data items.
Depuis
2.5

Références $items.

◆ getListQuery()

getListQuery ( )
protected

Method to build a database query to load the list data.

Renvoie
JDatabaseQuery A database query
Depuis
2.5

Références $db, $groups, $user, et ArrayHelper\toInteger().

◆ getStoreId()

getStoreId (   $id = '')
protected

Method to get a store id based on model the 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$idAn identifier string to generate the store id. [optional]
Renvoie
string A store id.
Depuis
2.5

Références $id.

◆ populateState()

populateState (   $ordering = null,
  $direction = null 
)
protected

Method to auto-populate the model state. 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
2.5

Références $app, $input, $lang, $params, $user, FinderIndexerHelper\getDefaultLanguage(), et FinderIndexerHelper\getPrimaryLanguage().

Documentation des champs

◆ $context

$context = 'com_finder.suggestions'
protected

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