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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JLinkedinObject
+ Graphe d'héritage de JLinkedinObject:

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
 

Description détaillée

Linkedin API object class for the Joomla Platform.

Depuis
3.2.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( Registry  $options = null,
JHttp  $client = null,
JLinkedinOAuth  $oauth = null 
)

Constructor.

Paramètres
Registry$optionsLinkedin options object.
JHttp$clientThe HTTP client object.
JLinkedinOAuth$oauthThe OAuth client.
Depuis
3.2.0

Références $client, et $options.

Documentation des fonctions membres

◆ booleanToString()

booleanToString (   $bool)

Method to convert boolean to string.

Paramètres
boolean$boolThe boolean value to convert.
Renvoie
string String with the converted boolean.
Depuis
3.2.0

◆ getOption()

getOption (   $key)

Get an option from the JLinkedinObject instance.

Paramètres
string$keyThe name of the option to get.
Renvoie
mixed The option value.
Depuis
3.2.0

Références $key.

◆ setOption()

setOption (   $key,
  $value 
)

Set an option for the JLinkedinObject instance.

Paramètres
string$keyThe name of the option to set.
mixed$valueThe option value to set.
Renvoie
JLinkedinObject This object for method chaining.
Depuis
3.2.0

Références $key, et $value.

Documentation des champs

◆ $client

$client
protected

◆ $oauth

$oauth
protected

◆ $options

$options
protected

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