Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
getTrends ($id, $exclude=null) | |
getLocations () | |
getClosest ($lat=null, $long=null) | |
Fonctions membres publiques inherited from JTwitterObject | |
__construct (JRegistry &$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) |
Additional Inherited Members | |
Attributs protégés inherited from JTwitterObject | |
$options | |
$client | |
$oauth |
Définition à la ligne 19 du fichier trends.php.
JTwitterTrends::getClosest | ( | $lat = null , |
|
$long = null |
|||
) |
Method to get the locations that Twitter has trending topic information for, closest to a specified location.
float | $lat | The latitude to search around. |
float | $long | The longitude to search around. |
Définition à la ligne 81 du fichier trends.php.
JTwitterTrends::getLocations | ( | ) |
Method to get the locations that Twitter has trending topic information for.
Définition à la ligne 59 du fichier trends.php.
JTwitterTrends::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. |
Définition à la ligne 32 du fichier trends.php.