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

Fonctions membres publiques

 getDetails ()
 
 getPreferences ()
 
 replacePreferences ($preferences)
 
 changePreference ($key, $preference)
 
- Fonctions membres publiques hérités de JOpenstreetmapObject
 __construct (Registry &$options=null, JHttp $client=null, JOpenstreetmapOauth $oauth=null)
 
 getOption ($key)
 
 setOption ($key, $value)
 
 sendRequest ($path, $method='GET', $headers=array(), $data='')
 

Membres hérités additionnels

- Attributs protégés hérités de JOpenstreetmapObject
 $options
 
 $client
 
 $oauth
 

Description détaillée

Openstreetmap API User class for the Joomla Platform

Depuis
3.2.0
Obsolète:
4.0 Use the joomla/openstreetmap package via Composer instead

Documentation des fonctions membres

◆ changePreference()

changePreference (   $key,
  $preference 
)

Method to change user preferences

Paramètres
string$keyKey of the preference
string$preferenceNew value for preference
Renvoie
array The XML response
Depuis
3.2.0

Références $base, $key, $parameters, et $path.

◆ getDetails()

getDetails ( )

Method to get user details

Renvoie
array The XML response
Depuis
3.2.0

Références $base, $parameters, et $path.

◆ getPreferences()

getPreferences ( )

Method to get preferences

Renvoie
array The XML response
Depuis
3.2.0

Références $base, $parameters, et $path.

◆ replacePreferences()

replacePreferences (   $preferences)

Method to replace user preferences

Paramètres
array$preferencesArray of new preferences
Renvoie
array The XML response
Depuis
3.2.0

Références $base, $key, $parameters, $path, et $value.


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