Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
getCompanies ($id=null, $name=null, $domain=null, $fields=null) | |
getUpdates ($id, $type=null, $count=0, $start=0) | |
search ($fields=null, $keywords=null, $hq=false, $facets=null, $facet=null, $start=0, $count=0, $sort=null) | |
getFollowed ($fields=null) | |
follow ($id) | |
unfollow ($id) | |
getSuggested ($fields=null, $start=0, $count=0) | |
getProducts ($id, $fields=null, $start=0, $count=0) | |
Fonctions membres publiques inherited from JLinkedinObject | |
__construct (JRegistry $options=null, JHttp $client=null, JLinkedinOAuth $oauth=null) | |
booleanToString ($bool) | |
getOption ($key) | |
setOption ($key, $value) |
Additional Inherited Members | |
Attributs protégés inherited from JLinkedinObject | |
$options | |
$client | |
$oauth |
Définition à la ligne 19 du fichier companies.php.
JLinkedinCompanies::follow | ( | $id | ) |
Method to follow a company.
string | $id | The unique identifier for a company. |
Définition à la ligne 310 du fichier companies.php.
JLinkedinCompanies::getCompanies | ( | $id = null , |
|
$name = null , |
|||
$domain = null , |
|||
$fields = null |
|||
) |
Method to retrieve companies using a company ID, a universal name, or an email domain.
integer | $id | The unique internal numeric company identifier. |
string | $name | The unique string identifier for a company. |
string | $domain | Company email domains. |
string | $fields | Request fields beyond the default ones. |
RuntimeException |
Définition à la ligne 34 du fichier companies.php.
JLinkedinCompanies::getFollowed | ( | $fields = null | ) |
Method to get a list of companies the current member is following.
string | $fields | Request fields beyond the default ones. |
Définition à la ligne 272 du fichier companies.php.
JLinkedinCompanies::getProducts | ( | $id, | |
$fields = null , |
|||
$start = 0 , |
|||
$count = 0 |
|||
) |
Method to get a collection of suggested companies for the current user.
string | $id | The unique identifier for a company. |
string | $fields | Request fields beyond the default ones. |
integer | $start | Starting location within the result set for paginated returns. |
integer | $count | The number of results returned. |
Définition à la ligne 436 du fichier companies.php.
JLinkedinCompanies::getSuggested | ( | $fields = null , |
|
$start = 0 , |
|||
$count = 0 |
|||
) |
Method to get a collection of suggested companies for the current user.
string | $fields | Request fields beyond the default ones. |
integer | $start | Starting location within the result set for paginated returns. |
integer | $count | The number of results returned. |
Définition à la ligne 383 du fichier companies.php.
JLinkedinCompanies::getUpdates | ( | $id, | |
$type = null , |
|||
$count = 0 , |
|||
$start = 0 |
|||
) |
Method to read shares for a particular company .
string | $id | The unique company identifier. |
string | $type | Any valid Company Update Type from the table: https://developer.linkedin.com/reading-company-updates. |
integer | $count | Maximum number of updates to return. |
integer | $start | The offset by which to start Network Update pagination. |
Définition à la ligne 101 du fichier companies.php.
JLinkedinCompanies::search | ( | $fields = null , |
|
$keywords = null , |
|||
$hq = false , |
|||
$facets = null , |
|||
$facet = null , |
|||
$start = 0 , |
|||
$count = 0 , |
|||
$sort = null |
|||
) |
Method to search across company pages.
string | $fields | Request fields beyond the default ones. |
string | $keywords | Members who have all the keywords anywhere in their profile. |
boolean | $hq | Matching companies by the headquarters location. When this is set to "true" and a location facet is used, this restricts returned companies to only those whose headquarters resides in the specified location. |
string | $facets | Facet buckets to return, e.g. location. |
array | $facet | Array of facet values to search over. Contains values for location, industry, network, company-size, num-followers-range and fortune, in exactly this order, null must be specified for an element if no value. |
integer | $start | Starting location within the result set for paginated returns. |
integer | $count | The number of results returned. |
string | $sort | Controls the search result order. There are four options: relevance, relationship, followers and company-size. |
Définition à la ligne 162 du fichier companies.php.
JLinkedinCompanies::unfollow | ( | $id | ) |
Method to unfollow a company.
string | $id | The unique identifier for a company. |
Définition à la ligne 348 du fichier companies.php.