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

Fonctions membres publiques

 getData ()
 
 getYears ()
 
- Fonctions membres publiques hérités de ContentModelArticles
 __construct ($config=array())
 
 getAuthors ()
 
 __construct ($config=array())
 
 getItems ()
 
 getStart ()
 
 countItemsByMonth ()
 

Champs de données

 $_context = 'com_content.archive'
 

Fonctions membres protégées

 populateState ($ordering=null, $direction=null)
 
 getListQuery ()
 
 _getList ($query, $limitstart=0, $limit=0)
 
- Fonctions membres protégées hérités de ContentModelArticles
 populateState ($ordering='a.id', $direction='desc')
 
 getStoreId ($id='')
 
 getListQuery ()
 
 populateState ($ordering='ordering', $direction='ASC')
 
 getStoreId ($id='')
 
 getListQuery ()
 

Description détaillée

Content Component Archive Model

Depuis
1.5

Documentation des fonctions membres

◆ _getList()

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

JModelLegacy override to add alternating value for $odd

Paramètres
string$queryThe query.
integer$limitstartOffset.
integer$limitThe number of records.
Renvoie
array An array of results.
Depuis
3.0.1
Exceptions
RuntimeException

Références $limit, $query, et $row.

◆ getData()

getData ( )

Method to get the archived article list

public

Renvoie
array

Références $app, $limit, $params, et $query.

◆ getListQuery()

getListQuery ( )
protected

Get the master query for retrieving a list of articles subject to the model state.

Renvoie
JDatabaseQuery
Depuis
1.6

Références $app, $params, $query, et ContentHelperQuery\getQueryDate().

◆ getYears()

getYears ( )

Gets the archived articles years

Renvoie
array
Depuis
3.6.0

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

◆ 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$orderingThe field to order on.
string$directionThe direction to order on.
Renvoie
void
Depuis
1.6

Références $app, $itemid, $limit, $params, et ContentHelperQuery\orderbySecondary().

Documentation des champs

◆ $_context

$_context = 'com_content.archive'

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