Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getListQuery () | |
getData () | |
Fonctions membres publiques inherited from ContentModelArticles | |
__construct ($config=array()) | |
getAuthors () | |
getItems () | |
__construct ($config=array()) | |
getItems () | |
getStart () | |
Fonctions membres publiques inherited from JModelList | |
getPagination () | |
getTotal () | |
getUserStateFromRequest ($key, $request, $default=null, $type= 'none', $resetPage=true) | |
Fonctions membres publiques inherited from JModel | |
getDbo () | |
getName () | |
getState ($property=null, $default=null) | |
getTable ($name= '', $prefix= 'Table', $options=array()) | |
setDbo (&$db) | |
setState ($property, $value=null) | |
Fonctions membres publiques inherited from JObject | |
__toString () | |
def ($property, $default=null) | |
get ($property, $default=null) | |
getProperties ($public=true) | |
getError ($i=null, $toString=true) | |
getErrors () | |
set ($property, $value=null) | |
setProperties ($properties) | |
setError ($error) | |
toString () |
Attributs publics | |
$_context = 'com_content.archive' |
Fonctions membres protégées | |
populateState ($ordering=null, $direction=null) | |
_getList ($query, $limitstart=0, $limit=0) | |
Fonctions membres protégées inherited from ContentModelArticles | |
getStoreId ($id= '') | |
getStoreId ($id= '') | |
Fonctions membres protégées inherited from JModelList | |
_getListQuery () | |
Fonctions membres protégées inherited from JModel | |
_getListCount ($query) | |
_createTable ($name, $prefix= 'Table', $config=array()) | |
populateState () | |
cleanCache ($group=null, $client_id=0) |
|
protected |
ContentModelArchive::getData | ( | ) |
Method to get the archived article list
public
Références $app, $limit, $params, $query, JFactory\getApplication(), et JRequest\getUInt().
ContentModelArchive::getListQuery | ( | ) |
Réimplémentée à partir de ContentModelArticles.
Références $params, $query, ContentHelperQuery\getQueryDate(), ContentHelperQuery\orderbyPrimary(), et ContentHelperQuery\orderbySecondary().
Method to auto-populate the model state.
Note. Calling getState in this method will result in recursion.
Réimplémentée à partir de ContentModelArticles.
Références $app, $limit, $params, JFactory\getApplication(), JRequest\getInt(), et JRequest\getString().
ContentModelArchive::$_context = 'com_content.archive' |