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 JLinkedinCommunications
+ Graphe d'héritage de JLinkedinCommunications:

Fonctions membres publiques

 inviteByEmail ($email, $firstName, $lastName, $subject, $body, $connection='friend')
 
 inviteById ($id, $firstName, $lastName, $subject, $body, $connection='friend')
 
 sendMessage ($recipient, $subject, $body)
 
- Fonctions membres publiques hérités de JLinkedinObject
 __construct (Registry $options=null, JHttp $client=null, JLinkedinOAuth $oauth=null)
 
 booleanToString ($bool)
 
 getOption ($key)
 
 setOption ($key, $value)
 

Membres hérités additionnels

- Attributs protégés hérités de JLinkedinObject
 $options
 
 $client
 
 $oauth
 

Description détaillée

Linkedin API Social Communications class for the Joomla Platform.

Depuis
3.2.0

Documentation des fonctions membres

◆ inviteByEmail()

inviteByEmail (   $email,
  $firstName,
  $lastName,
  $subject,
  $body,
  $connection = 'friend' 
)

Method used to invite people.

Paramètres
string$emailA string containing email of the recipient.
string$firstNameA string containing first name of the recipient.
string$lastNameA string containing last name of the recipient.
string$subjectThe subject of the message that will be sent to the recipient
string$bodyA text of the message.
string$connectionOnly connecting as a 'friend' is supported presently.
Renvoie
array The decoded JSON response
Depuis
3.2.0

Références $base, $parameters, $path, et $subject.

◆ inviteById()

inviteById (   $id,
  $firstName,
  $lastName,
  $subject,
  $body,
  $connection = 'friend' 
)

Method used to invite people.

Paramètres
string$idMember id.
string$firstNameA string containing first name of the recipient.
string$lastNameA string containing last name of the recipient.
string$subjectThe subject of the message that will be sent to the recipient
string$bodyA text of the message.
string$connectionOnly connecting as a 'friend' is supported presently.
Renvoie
array The decoded JSON response
Depuis
3.2.0

Références $base, $data, $id, $name, $parameters, $path, $subject, et $value.

◆ sendMessage()

sendMessage (   $recipient,
  $subject,
  $body 
)

Method used to send messages via LinkedIn between two or more individuals connected to the member sending the message..

Paramètres
mixed$recipientA string containing the member id or an array of ids.
string$subjectThe subject of the message that will be sent to the recipient
string$bodyA text of the message.
Renvoie
array The decoded JSON response
Depuis
3.2.0

Références $base, $parameters, $path, $r, et $subject.


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