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 | |
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 | |
Linkedin API Social Communications class for the Joomla Platform.
inviteByEmail | ( | $email, | |
$firstName, | |||
$lastName, | |||
$subject, | |||
$body, | |||
$connection = 'friend' |
|||
) |
Method used to invite people.
string | A string containing email of the recipient. | |
string | $firstName | A string containing first name of the recipient. |
string | $lastName | A string containing last name of the recipient. |
string | $subject | The subject of the message that will be sent to the recipient |
string | $body | A text of the message. |
string | $connection | Only connecting as a 'friend' is supported presently. |
Références $base, $parameters, $path, et $subject.
inviteById | ( | $id, | |
$firstName, | |||
$lastName, | |||
$subject, | |||
$body, | |||
$connection = 'friend' |
|||
) |
Method used to invite people.
string | $id | Member id. |
string | $firstName | A string containing first name of the recipient. |
string | $lastName | A string containing last name of the recipient. |
string | $subject | The subject of the message that will be sent to the recipient |
string | $body | A text of the message. |
string | $connection | Only connecting as a 'friend' is supported presently. |
Références $base, $data, $id, $name, $parameters, $path, $subject, et $value.
sendMessage | ( | $recipient, | |
$subject, | |||
$body | |||
) |
Method used to send messages via LinkedIn between two or more individuals connected to the member sending the message..
mixed | $recipient | A string containing the member id or an array of ids. |
string | $subject | The subject of the message that will be sent to the recipient |
string | $body | A text of the message. |
Références $base, $parameters, $path, $r, et $subject.