Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
getData () | |
getYears () | |
Fonctions membres publiques hérités de ArticlesModel | |
__construct ($config=array()) | |
getItems () | |
getStart () | |
countItemsByMonth () | |
Fonctions membres publiques hérités de ListModel | |
__construct ($config=array(), MVCFactoryInterface $factory=null) | |
getIsEmptyState () | |
getActiveFilters () | |
getItems () | |
getPagination () | |
getTotal () | |
getStart () | |
getFilterForm ($data=array(), $loadData=true) | |
getUserStateFromRequest ($key, $request, $default=null, $type='none', $resetPage=true) | |
Fonctions membres publiques hérités de BaseDatabaseModel | |
__construct ($config=array(), MVCFactoryInterface $factory=null) | |
getTable ($name='', $prefix='', $options=array()) | |
isCheckedOut ($item) | |
getDbo () | |
setDbo (DatabaseInterface $db=null) | |
__get ($name) | |
Fonctions membres publiques hérités de BaseModel | |
__construct ($config=array()) | |
getName () | |
Fonctions membres publiques hérités de CMSObject | |
__construct ($properties=null) | |
__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) | |
Fonctions membres publiques hérités de StatefulModelInterface | |
getState ($property=null, $default=null) | |
setState ($property, $value=null) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de CurrentUserInterface | |
setCurrentUser (User $currentUser) | |
Fonctions membres publiques hérités de CacheControllerFactoryAwareInterface | |
setCacheControllerFactory (CacheControllerFactoryInterface $factory) | |
Fonctions membres publiques hérités de DatabaseAwareInterface | |
setDatabase (DatabaseInterface $db) | |
Fonctions membres publiques hérités de FormFactoryAwareInterface | |
setFormFactory (FormFactoryInterface $factory) | |
Champs de données | |
$_context = 'com_content.archive' | |
Fonctions membres protégées | |
populateState ($ordering=null, $direction=null) | |
getListQuery () | |
Fonctions membres protégées hérités de ArticlesModel | |
populateState ($ordering='ordering', $direction='ASC') | |
getStoreId ($id='') | |
Fonctions membres protégées hérités de ListModel | |
getEmptyStateQuery () | |
_getListQuery () | |
getListQuery () | |
getStoreId ($id='') | |
loadFormData () | |
populateState ($ordering=null, $direction=null) | |
refineSearchStringToRegex ($search, $regexDelimiter='/') | |
Fonctions membres protégées hérités de BaseDatabaseModel | |
_getList ($query, $limitstart=0, $limit=0) | |
_getListCount ($query) | |
_createTable ($name, $prefix='Table', $config=array()) | |
bootComponent ($component) | |
dispatchEvent (EventInterface $event) | |
Fonctions membres privées | |
getSlugColumn ($query, $id, $alias) | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de BaseModel | |
static | addIncludePath ($path='', $prefix='') |
Attributs protégés hérités de ListModel | |
$cache = array() | |
$context = null | |
$filter_fields = array() | |
$query = array() | |
$lastQueryStoreId = null | |
$filterFormName = null | |
$htmlFormName = 'adminForm' | |
$filterBlacklist = array() | |
$filterForbiddenList = array() | |
$listBlacklist = array('select') | |
$listForbiddenList = array('select') | |
Attributs protégés hérités de BaseDatabaseModel | |
$option = null | |
$event_clean_cache = null | |
Attributs protégés hérités de BaseModel | |
$name | |
Attributs protégés hérités de CMSObject | |
$_errors = array() | |
Attributs protégés statiques hérités de BaseModel | |
static | $paths |
getData | ( | ) |
Method to get the archived article list
public
Références $app, $limit, $params, $query, et Factory\getApplication().
|
protected |
Get the master query for retrieving a list of articles subject to the model state.
Références $app, $db, $params, $query, Factory\getApplication(), Joomla\Database\getDatabase(), QueryHelper\getQueryDate(), Joomla\CMS\MVC\Model\getState(), et ParameterType\INTEGER.
|
private |
Generate column expression for slug or catslug.
\Joomla\Database\DatabaseQuery | $query | Current query instance. |
string | $id | Column id name. |
string | $alias | Column alias name. |
Références $db, $id, $query, et Joomla\Database\getDatabase().
getYears | ( | ) |
Gets the archived articles years
Références $db, $nowDate, $query, ContentComponent\CONDITION_ARCHIVED, Joomla\Database\getDatabase(), et Factory\getDate().
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, ContentComponent\CONDITION_ARCHIVED, Factory\getApplication(), Joomla\Database\getDatabase(), QueryHelper\orderbySecondary(), Joomla\CMS\MVC\Model\populateState(), et Joomla\CMS\MVC\Model\setState().
$_context = 'com_content.archive' |