Class JOpenstreetmapUser

Description

Openstreetmap API User class for the Joomla Platform

  • since: 13.1

Located in /libraries/joomla/openstreetmap/user.php (line 19)

JOpenstreetmapObject
   |
   --JOpenstreetmapUser
Method Summary
 array changePreference (string $key, string $preference)
 array getDetails ()
 array getPreferences ()
 array replacePreferences (array $preferences)
Variables
Methods
changePreference (line 137)

Method to change user preferences

  • return: The XML response
  • since: 13.1
  • access: public
array changePreference (string $key, string $preference)
  • string $key: Key of the preference
  • string $preference: New value for preference
getDetails (line 28)

Method to get user details

  • return: The XML response
  • since: 13.1
  • access: public
array getDetails ()
getPreferences (line 56)

Method to get preferences

  • return: The XML response
  • since: 13.1
  • access: public
array getPreferences ()
replacePreferences (line 86)

Method to replace user preferences

  • return: The XML response
  • since: 13.1
  • access: public
array replacePreferences (array $preferences)
  • array $preferences: Array of new preferences

Inherited Methods

Inherited From JOpenstreetmapObject

 JOpenstreetmapObject::__construct()
 JOpenstreetmapObject::getOption()
 JOpenstreetmapObject::sendRequest()
 JOpenstreetmapObject::setOption()

Documentation generated on Tue, 19 Nov 2013 15:16:20 +0100 by phpDocumentor 1.4.3