コード例 #1
0
 /**
  * Returns settings (including current trend, geo and sleep time information) for the authenticating user.
  *
  * @static 
  */
 public static function getSettings($parameters = array())
 {
     return \Thujohn\Twitter\Twitter::getSettings($parameters);
 }