Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface TaggableTableInterface
+ Graphe d'héritage de TaggableTableInterface:

Fonctions membres publiques

 getTypeAlias ()
 
 getTagsHelper ()
 
 setTagsHelper (TagsHelper $tagsHelper)
 
 clearTagsHelper ()
 
- Fonctions membres publiques hérités de TableInterface
 bind ($src, $ignore=array())
 
 check ()
 
 delete ($pk=null)
 
 getDbo ()
 
 getKeyName ()
 
 load ($keys=null, $reset=true)
 
 reset ()
 
 store ($updateNulls=false)
 
 getId ()
 
 hasField ($key)
 

Description détaillée

Interface for a taggable Table class

Depuis
3.10.0

Documentation des fonctions membres

◆ clearTagsHelper()

clearTagsHelper ( )

Clears a set tags helper

Renvoie
void
Depuis
4.0.0

◆ getTagsHelper()

getTagsHelper ( )

Get the tags helper

Renvoie
?TagsHelper The tags helper object
Depuis
4.0.0

◆ getTypeAlias()

getTypeAlias ( )

Get the type alias for the tags mapping table

The type alias generally is the internal component name with the content type. Ex.: com_content.article

Renvoie
string The alias as described above
Depuis
4.0.0

Implémenté dans Content, Category, ContactTable, et NewsfeedTable.

◆ setTagsHelper()

setTagsHelper ( TagsHelper  $tagsHelper)

Set the tags helper

Paramètres
TagsHelper$tagsHelperThe tags helper object
Renvoie
void
Depuis
4.0.0

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