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

Fonctions membres publiques

 __construct (DatabaseDriver $db)
 
 check ()
 
 store ($updateNulls=true)
 
- 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)
 

Attributs protégés

 $_supportNullValue = true
 
 $_jsonEncode = array('params')
 
- 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

Filter table class for the Finder package.

Depuis
2.5

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( DatabaseDriver  $db)

Constructor

Paramètres
DatabaseDriver$dbDatabase Driver connector object.
Depuis
2.5

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

Documentation des fonctions membres

◆ check()

check ( )

Method to perform sanity checks on the instance properties to ensure they are safe to store in the database. Child classes should override this method to make sure the data they are storing in the database is safe and as expected before storage.

Renvoie
boolean True if the instance is sane and able to be stored in the database.
Depuis
2.5

Implémente TableInterface.

Références $params, $title, Factory\getDate(), et ApplicationHelper\stringURLSafe().

◆ store()

store (   $updateNulls = true)

Method to store a row in the database from the instance properties. If a primary key value is set the row with that primary key value will be updated with the instance property values. If no primary key value is set a new row will be inserted into the database with the properties from the instance.

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

Implémente TableInterface.

Références $date, $userId, Text\_(), Factory\getDate(), Joomla\CMS\MVC\Model\getDbo(), et Factory\getUser().

Documentation des champs

◆ $_jsonEncode

$_jsonEncode = array('params')
protected

◆ $_supportNullValue

$_supportNullValue = true
protected

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