示例#1
0
 /**
  * Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
  * 
  * Parameters :
  * - id
  * - exclude
  *
  * @static 
  */
 public static function getTrendsPlace($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getTrendsPlace($parameters);
 }