Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
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 hérités de JLinkedinObject | |
__construct (Registry $options=null, JHttp $client=null, JLinkedinOAuth $oauth=null) | |
booleanToString ($bool) | |
getOption ($key) | |
setOption ($key, $value) | |
Membres hérités additionnels | |
Attributs protégés hérités de JLinkedinObject | |
$options | |
$client | |
$oauth | |
Linkedin API Companies class for the Joomla Platform.
follow | ( | $id | ) |
Method to follow a company.
string | $id | The unique identifier for a company. |
Références $base, $id, $parameters, et $path.
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 |
Références $base, $data, $fields, $id, $name, $parameters, $path, elseif, et null.
getFollowed | ( | $fields = null | ) |
Method to get a list of companies the current member is following.
string | $fields | Request fields beyond the default ones. |
Références $base, $data, $fields, $parameters, et $path.
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. |
Références $base, $count, $data, $fields, $id, $parameters, $path, et $start.
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. |
Références $base, $count, $data, $fields, $parameters, $path, et $start.
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. |
Références $base, $count, $data, $id, $parameters, $path, $start, et $type.
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. |
Références $base, $count, $data, $fields, $i, $keywords, $parameters, $path, et $start.
unfollow | ( | $id | ) |
Method to unfollow a company.
string | $id | The unique identifier for a company. |
Références $base, $id, $parameters, et $path.