コード例 #1
0
 /**
  * Returns a cursored collection of user objects for users following the specified user.
  * 
  * Parameters :
  * - user_id
  * - screen_name
  * - cursor
  * - skip_status (0|1)
  * - include_user_entities (0|1)
  *
  * @static 
  */
 public static function getFollowers($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getFollowers($parameters);
 }