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

Fonctions membres protégées

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

Attributs protégés

 $text_prefix = 'COM_USERS_GROUP'
 

Description détaillée

User view level controller class.

Depuis
1.6

Documentation des fonctions membres

◆ allowEdit()

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

Overrides JControllerForm::allowEdit

Checks that non-Super Admins are not editing Super Admins.

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, et $key.

◆ allowSave()

allowSave (   $data,
  $key = 'id' 
)
protected

Method to check if you can save a new or existing record.

Overrides JControllerForm::allowSave to check the core.admin permission.

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.

Documentation des champs

◆ $text_prefix

$text_prefix = 'COM_USERS_GROUP'
protected

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