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

Fonctions membres publiques

 delete ()
 

Fonctions membres protégées

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

Attributs protégés

 $text_prefix = 'COM_USERS_LEVEL'
 

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
3.8.8

Références $data, $db, $groups, $key, $query, et $user.

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

◆ delete()

delete ( )

Removes an item.

Overrides JControllerAdmin::delete to check the core.admin permission.

Renvoie
boolean Returns true on success, false on failure.
Depuis
1.6

Références elseif, option, JError\raiseError(), et JError\raiseWarning().

Documentation des champs

◆ $text_prefix

$text_prefix = 'COM_USERS_LEVEL'
protected

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