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

Fonctions membres publiques

 batch ($model=null)
 

Fonctions membres protégées

 allowAdd ($data=array())
 
 allowEdit ($data=array(), $key='id')
 

Description détaillée

The Tag Controller

Depuis
3.1

Documentation des fonctions membres

◆ allowAdd()

allowAdd (   $data = array())
protected

Method to check if you can add a new record.

Paramètres
array$dataAn array of input data.
Renvoie
boolean
Depuis
3.1

Références $user.

◆ allowEdit()

allowEdit (   $data = array(),
  $key = 'id' 
)
protected

Method to check if you can edit a record.

Paramètres
array$dataAn array of input data.
string$keyThe name of the key for the primary key.
Renvoie
boolean
Depuis
3.1

Références $data, et $key.

◆ batch()

batch (   $model = null)

Method to run batch operations.

Paramètres
object$modelThe model.
Renvoie
boolean True if successful, false otherwise and internal error is set.
Depuis
3.1

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