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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FieldsControllerGroup
+ Graphe d'héritage de FieldsControllerGroup:

Fonctions membres publiques

 __construct ($config=array())
 
 batch ($model=null)
 

Fonctions membres protégées

 allowAdd ($data=array())
 
 allowEdit ($data=array(), $key='parent_id')
 
 postSaveHook (JModelLegacy $model, $validData=array())
 

Attributs protégés

 $text_prefix = 'COM_FIELDS_GROUP'
 

Attributs privés

 $component = ''
 

Description détaillée

The Group controller

Depuis
3.7.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct (   $config = array())

Class constructor.

Paramètres
array$configA named array of configuration variables.
Depuis
3.7.0

Références $config, $parts, et FieldsHelper\extract().

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
3.7.0

◆ allowEdit()

allowEdit (   $data = array(),
  $key = 'parent_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
3.7.0

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

◆ 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.7.0

◆ postSaveHook()

postSaveHook ( JModelLegacy  $model,
  $validData = array() 
)
protected

Function that allows child controller access to model data after the data has been saved.

Paramètres
JModelLegacy$modelThe data model object.
array$validDataThe validated data.
Renvoie
void
Depuis
3.7.0

Références $item, et Registry\loadArray().

Documentation des champs

◆ $component

$component = ''
private

◆ $text_prefix

$text_prefix = 'COM_FIELDS_GROUP'
protected

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