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é
|
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 () | |
Content Component Archive Model
|
protected |
getData | ( | ) |
|
protected |
Get the master query for retrieving a list of articles subject to the model state.
Références $app, $params, $query, et ContentHelperQuery\getQueryDate().
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
string | $ordering | The field to order on. |
string | $direction | The direction to order on. |
Références $app, $itemid, $limit, $params, et ContentHelperQuery\orderbySecondary().
$_context = 'com_content.archive' |