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 BannersControllerBanner
+ Graphe d'héritage de BannersControllerBanner:

Fonctions membres publiques

 batch ($model=null)
 

Fonctions membres protégées

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

Attributs protégés

 $text_prefix = 'COM_BANNERS_BANNER'
 

Description détaillée

Banner controller class.

Depuis
1.6

Documentation des fonctions membres

◆ allowAdd()

allowAdd (   $data = array())
protected

Method override to check if you can add a new record.

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

Références $data, $filter, null, et option.

◆ allowEdit()

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

Method override to check if you can edit an existing record.

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

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

◆ batch()

batch (   $model = null)

Method to run batch operations.

Paramètres
string$modelThe model
Renvoie
boolean True on success.
Depuis
2.5

Documentation des champs

◆ $text_prefix

$text_prefix = 'COM_BANNERS_BANNER'
protected

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