Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe TagsTableTag
+ Graphe d'héritage de TagsTableTag:

Fonctions membres publiques

 __construct ($db)
 
 bind ($array, $ignore='')
 
 check ()
 
 store ($updateNulls=false)
 
 delete ($pk=null, $children=false)
 

Description détaillée

Tags table

Depuis
3.1

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $db)

Constructor

Paramètres
JDatabaseDriver$dbA database connector object

Références $db.

Documentation des fonctions membres

◆ bind()

bind (   $array,
  $ignore = '' 
)

Overloaded bind function

Paramètres
array$arrayNamed array
mixed$ignoreAn optional array or space separated list of properties to ignore while binding.
Renvoie
mixed Null if operation was satisfactory, otherwise returns an error string
Voir également
JTable::bind
Depuis
3.1

◆ check()

check ( )

Overloaded check method to ensure data integrity.

Renvoie
boolean True on success.
Depuis
3.1
Exceptions
UnexpectedValueException

Références $date, $key, $title, language, et title.

◆ delete()

delete (   $pk = null,
  $children = false 
)

Method to delete a node and, optionally, its child nodes from the table.

Paramètres
integer$pkThe primary key of the node to delete.
boolean$childrenTrue to delete child nodes, false to move them up a level.
Renvoie
boolean True on success.
Depuis
3.1

Références $return.

◆ store()

store (   $updateNulls = false)

Overriden JTable::store to set modified data and user id.

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

Références $date, et $user.


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