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

Fonctions membres publiques

getItem ($pk=null)
 
 hit ($pk=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 ()
 
- 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_newsfeeds.newsfeed'
 
- 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

Newsfeeds Component Newsfeed Model

Depuis
1.5

Documentation des fonctions membres

◆ getItem()

& getItem (   $pk = null)

Method to get newsfeed data.

Paramètres
integer$pkThe id of the newsfeed.
Renvoie
mixed Menu item data object on success, false on failure.
Depuis
1.6

Implémente ItemModelInterface.

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

◆ hit()

hit (   $pk = 0)

Increment the hit counter for the newsfeed.

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

Références $input, Factory\getApplication(), 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.

Renvoie
void
Depuis
1.6

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

Documentation des champs

◆ $_context

$_context = 'com_newsfeeds.newsfeed'
protected

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