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é
|
Fonctions membres publiques | |
save ($key=null, $urlVar=null) | |
cancel ($key=null) | |
Fonctions membres protégées | |
allowEdit ($data=array(), $key='id') | |
User profile controller class.
|
protected |
Method to check if you can edit a record.
Extended classes can override this if necessary.
array | $data | An array of input data. |
string | $key | The name of the key for the primary key. |
Références $data.
cancel | ( | $key = null | ) |
Overrides parent save method to check the submitted passwords match.
string | $key | The name of the primary key of the URL variable. |
string | $urlVar | The name of the URL variable if different from the primary key (sometimes required to avoid router collisions). |
Références $return.