\JLinkedinCompanies
Linkedin API Companies class for the Joomla Platform.
Synopsis
class JLinkedinCompanies
extends JLinkedinObject
{
- // Inherited members from JLinkedinObject
- protected JRegistry $options;
- protected JHttp $client;
- protected JLinkedinOAuth $oauth;
- // methods
- public array getCompanies()
- public array getUpdates()
- public array search()
- public array getFollowed()
- public array follow()
- public array unfollow()
- public array getSuggested()
- public array getProducts()
- // 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
- follow() — Method to follow a company.
- getCompanies() — Method to retrieve companies using a company ID, a universal name, or an email domain.
- getFollowed() — Method to get a list of companies the current member is following.
- getProducts() — Method to get a collection of suggested companies for the current user.
- getSuggested() — Method to get a collection of suggested companies for the current user.
- getUpdates() — Method to read shares for a particular company .
- search() — Method to search across company pages.
- unfollow() — Method to unfollow a company.
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.