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 | |
__construct (JOpenstreetmapOauth $oauth=null, Registry $options=null, JHttp $client=null) | |
__get ($name) | |
getOption ($key) | |
setOption ($key, $value) | |
Attributs protégés | |
$options | |
$client | |
$oauth | |
$changesets | |
$elements | |
$gps | |
$info | |
$user | |
Joomla Platform class for interact with Openstreetmap API.
__construct | ( | JOpenstreetmapOauth | $oauth = null , |
Registry | $options = null , |
||
JHttp | $client = null |
||
) |
Constructor.
JOpenstreetmapOauth | $oauth | Openstreetmap oauth client |
Registry | $options | Openstreetmap options object |
JHttp | $client | The HTTP client object |
__get | ( | $name | ) |
Method to get object instances
string | $name | Name of property to retrieve |
InvalidArgumentException |
getOption | ( | $key | ) |
Get an option from the JOpenstreetmap instance.
string | $key | The name of the option to get. |
Références $key.
setOption | ( | $key, | |
$value | |||
) |
Set an option for the Openstreetmap instance.
string | $key | The name of the option to set. |
mixed | $value | The option value to set. |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |