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 | |
getTrends ($id, $exclude=null) | |
getLocations () | |
getClosest ($lat=null, $long=null) | |
Fonctions membres publiques hérités de JTwitterObject | |
__construct (Registry &$options=null, JHttp $client=null, JTwitterOAuth $oauth=null) | |
checkRateLimit ($resource=null, $action=null) | |
fetchUrl ($path, $parameters=null) | |
getRateLimit ($resource) | |
sendRequest ($path, $method='GET', $data=array(), $headers=array()) | |
getOption ($key) | |
setOption ($key, $value) | |
Membres hérités additionnels | |
Attributs protégés hérités de JTwitterObject | |
$options | |
$client | |
$oauth | |
Twitter API Trends class for the Joomla Platform.
getLocations | ( | ) |
Method to get the locations that Twitter has trending topic information for.
Références $path.
getTrends | ( | $id, | |
$exclude = null |
|||
) |
Method to get the top 10 trending topics for a specific WOEID, if trending information is available for it.
integer | $id | The Yahoo! Where On Earth ID of the location to return trending information for. Global information is available by using 1 as the WOEID. |
string | $exclude | Setting this equal to hashtags will remove all hashtags from the trends list. |