\JLinkedinPeople
Linkedin API People class for the Joomla Platform.
Synopsis
class JLinkedinPeople
extends JLinkedinObject
{
- // Inherited members from JLinkedinObject
- protected JRegistry $options;
- protected JHttp $client;
- protected JLinkedinOAuth $oauth;
- // methods
- public array getProfile()
- public array getConnections()
- public array search()
- // 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
- getConnections() — Method to get a list of connections for a user who has granted access to his/her account.
- getProfile() — Method to get a member's profile.
- search() — Method to get information about people.
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.