Openstreetmap API object class for the Joomla Platform
- Depuis
- 3.2.0
- Obsolète:
- 4.0 Use the
joomla/openstreetmap
package via Composer instead
◆ __construct()
Constructor
- Paramètres
-
Registry | &$options | Openstreetmap options object. |
JHttp | $client | The HTTP client object. |
JOpenstreetmapOauth | $oauth | Openstreetmap oauth client |
- Depuis
- 3.2.0
Références $client, et $options.
◆ getOption()
Get an option from the JOpenstreetmapObject instance.
- Paramètres
-
string | $key | The name of the option to get. |
- Renvoie
- mixed The option value.
- Depuis
- 3.2.0
Références $key.
◆ sendRequest()
sendRequest |
( |
|
$path, |
|
|
|
$method = 'GET' , |
|
|
|
$headers = array() , |
|
|
|
$data = '' |
|
) |
| |
Method to send the request which does not require authentication.
- Paramètres
-
string | $path | The path of the request to make |
string | $method | The request method. |
array | $headers | The headers passed in the request. |
mixed | $data | Either an associative array or a string to be sent with the post request. |
- Renvoie
- SimpleXMLElement The XML response
- Depuis
- 3.2.0
- Exceptions
-
Références $data, $path, ENT_COMPAT, et htmlspecialchars.
◆ setOption()
setOption |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
◆ $client
◆ $oauth
◆ $options
La documentation de cette classe a été générée à partir du fichier suivant :