コード例 #1
0
 /**
  * Returns the locations that Twitter has trending topic information for.
  *
  * @static 
  */
 public static function getTrendsAvailable($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getTrendsAvailable($parameters);
 }