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

Fonctions membres publiques

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

Fonctions membres protégées

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

Attributs protégés

 $_item = null
 
 $_articles = null
 
 $_siblings = null
 
 $_children = null
 
 $_parent = null
 
 $_category = null
 
 $_categories = null
 

Description détaillée

Featured contact model class.

Depuis
1.6.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Constructor.

Paramètres
array$configAn optional associative array of configuration settings.
Depuis
1.6

Références $config.

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 $i, $item, $items, et $n.

◆ getListQuery()

getListQuery ( )
protected

Method to build an SQL query to load the list data.

Renvoie
string An SQL query
Depuis
1.6

Références $date, $db, $groups, $query, $state, et $user.

◆ 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, $limit, $listOrder, $params, et $user.

Documentation des champs

◆ $_articles

$_articles = null
protected

◆ $_categories

$_categories = null
protected

◆ $_category

$_category = null
protected

◆ $_children

$_children = null
protected

◆ $_item

$_item = null
protected

◆ $_parent

$_parent = null
protected

◆ $_siblings

$_siblings = null
protected

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