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

Fonctions membres publiques

 save ($key=null, $urlVar=null)
 
 cancel ($key=null)
 

Fonctions membres protégées

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

Description détaillée

User profile controller class.

Depuis
1.6

Documentation des fonctions membres

◆ allowEdit()

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

Method to check if you can edit a record.

Extended classes can override this if necessary.

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.

◆ cancel()

cancel (   $key = null)

Method to cancel an edit.

Paramètres
string$keyThe name of the primary key of the URL variable.
Renvoie
boolean True if access level checks pass, false otherwise.
Depuis
1.6

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

◆ save()

save (   $key = null,
  $urlVar = null 
)

Overrides parent save method to check the submitted passwords match.

Paramètres
string$keyThe name of the primary key of the URL variable.
string$urlVarThe name of the URL variable if different from the primary key (sometimes required to avoid router collisions).
Renvoie
boolean True if successful, false otherwise.
Depuis
3.2

Références $return.


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