コード例 #1
0
ファイル: api.php プロジェクト: Wowmogs/BattleNetAPI
 /**
  * Sets the number of requests to throttle per hour.
  * @param int $requestsPerHour Number of requests to throttle per hour
  */
 public static function setThrottlePerHour($requestsPerHour)
 {
     self::$maxRequestsPerHour = $requestsPerHour;
 }