\JLinkedinJobs
Linkedin API Jobs class for the Joomla Platform.
Synopsis
class JLinkedinJobs
extends JLinkedinObject
{
- // Inherited members from JLinkedinObject
- protected JRegistry $options;
- protected JHttp $client;
- protected JLinkedinOAuth $oauth;
- // methods
- public array getJob()
- public array getBookmarked()
- public array bookmark()
- public array deleteBookmark()
- public array getSuggested()
- 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
- bookmark() — Method to bookmark a job to the current user's account.
- deleteBookmark() — Method to delete a bookmark.
- getBookmarked() — Method to get a list of bookmarked jobs for the current member.
- getJob() — Method to retrieve detailed information about a job.
- getSuggested() — Method to retrieve job suggestions for the current user.
- search() — Method to search across LinkedIn's job postings.
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.