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 (Registry $options=null, JHttp $client=null, JLinkedinOAuth $oauth=null) | |
booleanToString ($bool) | |
getOption ($key) | |
setOption ($key, $value) | |
Attributs protégés | |
$options | |
$client | |
$oauth | |
Linkedin API object class for the Joomla Platform.
booleanToString | ( | $bool | ) |
Method to convert boolean to string.
boolean | $bool | The boolean value to convert. |
getOption | ( | $key | ) |
Get an option from the JLinkedinObject instance.
string | $key | The name of the option to get. |
Références $key.
setOption | ( | $key, | |
$value | |||
) |
Set an option for the JLinkedinObject instance.
string | $key | The name of the option to set. |
mixed | $value | The option value to set. |
|
protected |
|
protected |
|
protected |