\JLinkedinCommunications
Linkedin API Social Communications class for the Joomla Platform.
Synopsis
class JLinkedinCommunications
extends JLinkedinObject
{
- // Inherited members from JLinkedinObject
- protected JRegistry $options;
- protected JHttp $client;
- protected JLinkedinOAuth $oauth;
- // methods
- public array inviteByEmail()
- public array inviteById()
- public array sendMessage()
- // Inherited methods from JLinkedinObject
- public void __construct()
- public string booleanToString()
- public mixed getOption()
- public JLinkedinObject setOption()
Hierarchy
Extends
Members
protected
- $client — JHttp
- $oauth — JLinkedinOAuth
- $options — JRegistry
Methods
public
- inviteByEmail() — Method used to invite people.
- inviteById() — Method used to invite people.
- sendMessage() — Method used to send messages via LinkedIn between two or more individuals connected to the member sending the message..
Inherited from JLinkedinObject
public
- booleanToString() — Method to convert boolean to string.
- getOption() — Get an option from the JLinkedinObject instance.
- setOption() — Set an option for the JLinkedinObject instance.