Ejemplo n.º 1
0
 /**
  * Access the users in a given category of the Twitter suggested user list.
  * 
  * Parameters :
  * - lang
  *
  * @static 
  */
 public static function getSuggesteds($slug, $parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getSuggesteds($slug, $parameters);
 }