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

Fonctions membres publiques

 __construct (DatabaseDriver $db)
 
 check ()
 
 store ($updateNulls=true)
 
 getTypeAlias ()
 
- Fonctions membres publiques hérités de Table
 __construct ($table, $key, DatabaseDriver $db, DispatcherInterface $dispatcher=null)
 
 getFields ($reload=false)
 
 appendPrimaryKeys ($query, $pk=null)
 
 getTableName ()
 
 getKeyName ($multiple=false)
 
 getId ()
 
 getDbo ()
 
 setDbo (DatabaseDriver $db)
 
 setRules ($input)
 
 getRules ()
 
 reset ()
 
 bind ($src, $ignore=array())
 
 load ($keys=null, $reset=true)
 
 check ()
 
 save ($src, $orderingFilter='', $ignore='')
 
 checkOut ($userId, $pk=null)
 
 checkIn ($pk=null)
 
 hasPrimaryKey ()
 
 hit ($pk=null)
 
 isCheckedOut ($with=0, $against=null)
 
 getNextOrder ($where='')
 
 getPrimaryKey (array $keys=array())
 
 reorder ($where='')
 
 move ($delta, $where='')
 
 publish ($pks=null, $state=1, $userId=0)
 
 getColumnAlias ($column)
 
 setColumnAlias ($column, $columnAlias)
 
 hasField ($key)
 
- 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 TableInterface
 delete ($pk=null)
 
 getKeyName ()
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de TaggableTableInterface
 getTagsHelper ()
 
 setTagsHelper (TagsHelper $tagsHelper)
 
 clearTagsHelper ()
 

Attributs protégés

 $_supportNullValue = true
 
 $_jsonEncode = array('params', 'metadata', 'images')
 
- Attributs protégés hérités de Table
 $_tbl = ''
 
 $_tbl_key = ''
 
 $_tbl_keys = array()
 
 $_db
 
 $_trackAssets = false
 
 $_rules
 
 $_locked = false
 
 $_autoincrement = true
 
 $_columnAlias = array()
 
 $_jsonEncode = array()
 
 $_supportNullValue = false
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de Table
static getInstance ($type, $prefix='JTable', $config=array())
 
static addIncludePath ($path=null)
 
- Champs de données hérités de Table
 $typeAlias = null
 
- Fonctions membres protégées hérités de Table
 _getAssetName ()
 
 _getAssetTitle ()
 
 _lock ()
 
 _unlock ()
 

Description détaillée

Newsfeed Table class.

Depuis
1.6

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( DatabaseDriver  $db)

Constructor

Paramètres
DatabaseDriver$dbA database connector object

Références $db, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ check()

check ( )

Overloaded check method to ensure data integrity.

Renvoie
boolean True on success.

Implémente TableInterface.

Références $name, Text\_(), Factory\getDate(), hits, language, name, StringHelper\str_ireplace(), et ApplicationHelper\stringURLSafe().

◆ getTypeAlias()

getTypeAlias ( )

Get the type alias for the history table

Renvoie
string The alias as described above
Depuis
4.0.0

Implémente TaggableTableInterface.

◆ store()

store (   $updateNulls = true)

Overridden ::store to set modified data.

Paramètres
boolean$updateNullsTrue to update fields even if they are null.
Renvoie
boolean True on success.
Depuis
1.6

Implémente TableInterface.

Références $date, $user, Text\_(), Factory\getDate(), Table\getInstance(), Factory\getUser(), null, et PunycodeHelper\urlToPunycode().

Documentation des champs

◆ $_jsonEncode

$_jsonEncode = array('params', 'metadata', 'images')
protected

◆ $_supportNullValue

$_supportNullValue = true
protected

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