Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
inviteByEmail ($email, $first_name, $last_name, $subject, $body, $connection= 'friend') | |
inviteById ($id, $first_name, $last_name, $subject, $body, $connection= 'friend') | |
sendMessage ($recipient, $subject, $body) | |
Fonctions membres publiques inherited from JLinkedinObject | |
__construct (JRegistry $options=null, JHttp $client=null, JLinkedinOAuth $oauth=null) | |
booleanToString ($bool) | |
getOption ($key) | |
setOption ($key, $value) |
Additional Inherited Members | |
Attributs protégés inherited from JLinkedinObject | |
$options | |
$client | |
$oauth |
Définition à la ligne 19 du fichier communications.php.
JLinkedinCommunications::inviteByEmail | ( | $email, | |
$first_name, | |||
$last_name, | |||
$subject, | |||
$body, | |||
$connection = 'friend' |
|||
) |
Method used to invite people.
string | A string containing email of the recipient. | |
string | $first_name | A string containing frist name of the recipient. |
string | $last_name | 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. |
Définition à la ligne 35 du fichier communications.php.
JLinkedinCommunications::inviteById | ( | $id, | |
$first_name, | |||
$last_name, | |||
$subject, | |||
$body, | |||
$connection = 'friend' |
|||
) |
Method used to invite people.
string | $id | Member id. |
string | $first_name | A string containing frist name of the recipient. |
string | $last_name | 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. |
Définition à la ligne 94 du fichier communications.php.
JLinkedinCommunications::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. |
Définition à la ligne 180 du fichier communications.php.