Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
getDetails () | |
getPreferences () | |
replacePreferences ($preferences) | |
changePreference ($key, $preference) | |
Fonctions membres publiques inherited from JOpenstreetmapObject | |
__construct (JRegistry &$options=null, JHttp $client=null, JOpenstreetmapOauth $oauth=null) | |
getOption ($key) | |
setOption ($key, $value) | |
sendRequest ($path, $method= 'GET', $headers=array(), $data= '') |
Additional Inherited Members | |
Attributs protégés inherited from JOpenstreetmapObject | |
$options | |
$client | |
$oauth |
JOpenstreetmapUser::changePreference | ( | $key, | |
$preference | |||
) |
Method to change user preferences
string | $key | Key of the preference |
string | $preference | New value for preference |
Définition à la ligne 137 du fichier user.php.
JOpenstreetmapUser::getDetails | ( | ) |
Method to get user details
Définition à la ligne 28 du fichier user.php.
JOpenstreetmapUser::getPreferences | ( | ) |
Method to get preferences
Définition à la ligne 56 du fichier user.php.
JOpenstreetmapUser::replacePreferences | ( | $preferences | ) |
Method to replace user preferences
array | $preferences | Array of new preferences |
Définition à la ligne 86 du fichier user.php.