Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ArticleModel
+ Graphe d'héritage de ArticleModel:

Fonctions membres publiques

 getItem ($pk=null)
 
 hit ($pk=0)
 
 storeVote ($pk=0, $rate=0)
 
- 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 protégées

 populateState ()
 
 cleanCache ($group=null, $clientId=0)
 
- Fonctions membres protégées hérités de ItemModel
 getStoreId ($id='')
 
- 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)
 

Attributs protégés

 $_context = 'com_content.article'
 
- Attributs protégés hérités de ItemModel
 $_item = null
 
 $_context = 'group.type'
 
- 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()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BaseModel
static addIncludePath ($path='', $prefix='')
 
- Attributs protégés statiques hérités de BaseModel
static $paths
 

Description détaillée

Content Component Article Model

Depuis
1.5

Documentation des fonctions membres

◆ cleanCache()

cleanCache (   $group = null,
  $clientId = 0 
)
protected

Cleans the cache of com_content and content modules

Paramètres
string$groupThe cache group
integer$clientId

◆ getItem()

getItem (   $pk = null)

Method to get article data.

Paramètres
integer$pkThe id of the article.
Renvoie
object|boolean Menu item data object on success, boolean false

Implémente ItemModelInterface.

Références $data, $db, $groups, $nowDate, $published, $query, $user, $userId, Text\_(), elseif, Joomla\Database\getDatabase(), Factory\getDate(), Factory\getLanguage(), Joomla\CMS\MVC\Model\getState(), Factory\getUser(), ParameterType\INTEGER, null, et ParameterType\STRING.

◆ hit()

hit (   $pk = 0)

Increment the hit counter for the article.

Paramètres
integer$pkOptional primary key of the article to increment.
Renvoie
boolean True if successful; false otherwise and internal error set.

Références $input, Factory\getApplication(), Table\getInstance(), et Joomla\CMS\MVC\Model\getState().

◆ populateState()

populateState ( )
protected

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

Depuis
1.6
Renvoie
void

Références $app, Joomla\Database\Query\$offset, $params, $user, ContentComponent\CONDITION_ARCHIVED, ContentComponent\CONDITION_PUBLISHED, Factory\getApplication(), Factory\getUser(), Multilanguage\isEnabled(), et Joomla\CMS\MVC\Model\setState().

◆ storeVote()

storeVote (   $pk = 0,
  $rate = 0 
)

Save user vote on article

Paramètres
integer$pkJoomla Article Id
integer$rateVoting rate
Renvoie
boolean Return true on success

Références $db, $query, $rating, Factory\getApplication(), Joomla\Database\getDatabase(), IpHelper\getIp(), ParameterType\INTEGER, et Text\sprintf().

Documentation des champs

◆ $_context

$_context = 'com_content.article'
protected

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