Class JLinkedinCommunications

Description

Linkedin API Social Communications class for the Joomla Platform.

  • since: 13.1

Located in /libraries/joomla/linkedin/communications.php (line 19)

JLinkedinObject
   |
   --JLinkedinCommunications
Method Summary
 array inviteByEmail (string $email, string $first_name, string $last_name, string $subject, string $body, [string $connection = 'friend'])
 array inviteById (string $id, string $first_name, string $last_name, string $subject, string $body, [string $connection = 'friend'])
 array sendMessage (mixed $recipient, string $subject, string $body)
Variables
Methods
inviteByEmail (line 35)

Method used to invite people.

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array inviteByEmail (string $email, string $first_name, string $last_name, string $subject, string $body, [string $connection = 'friend'])
  • string $email: 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.
inviteById (line 94)

Method used to invite people.

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array inviteById (string $id, string $first_name, string $last_name, string $subject, string $body, [string $connection = 'friend'])
  • 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.
sendMessage (line 180)

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

  • return: The decoded JSON response
  • since: 13.1
  • access: public
array sendMessage (mixed $recipient, string $subject, string $body)
  • 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.

Inherited Methods

Inherited From JLinkedinObject

 JLinkedinObject::__construct()
 JLinkedinObject::booleanToString()
 JLinkedinObject::getOption()
 JLinkedinObject::setOption()

Documentation generated on Tue, 19 Nov 2013 14:56:08 +0100 by phpDocumentor 1.4.3