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é
Référence de la classe JLinkedin

Fonctions membres publiques

 __construct (JLinkedinOauth $oauth=null, Registry $options=null, JHttp $client=null)
 
 __get ($name)
 
 getOption ($key)
 
 setOption ($key, $value)
 

Attributs protégés

 $options
 
 $client
 
 $oauth
 
 $people
 
 $groups
 
 $companies
 
 $jobs
 
 $stream
 
 $communications
 

Description détaillée

Joomla Platform class for interacting with a Linkedin API instance.

Depuis
3.2.0

Documentation des constructeurs et destructeur

◆ __construct()

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

Constructor.

Paramètres
JLinkedinOauth$oauthOAuth object
Registry$optionsLinkedin options object.
JHttp$clientThe HTTP client object.
Depuis
3.2.0

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

Documentation des fonctions membres

◆ __get()

__get (   $name)

Magic method to lazily create API objects

Paramètres
string$nameName of property to retrieve
Renvoie
JLinkedinObject Linkedin API object (statuses, users, favorites, etc.).
Depuis
3.2.0
Exceptions
InvalidArgumentException

Références $class, et $name.

◆ getOption()

getOption (   $key)

Get an option from the JLinkedin 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 Linkedin instance.

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

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

Documentation des champs

◆ $client

$client
protected

◆ $communications

$communications
protected

◆ $companies

$companies
protected

◆ $groups

$groups
protected

◆ $jobs

$jobs
protected

◆ $oauth

$oauth
protected

◆ $options

$options
protected

◆ $people

$people
protected

◆ $stream

$stream
protected

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