示例#1
0
文件: App.php 项目: bizanto/Hooked
 /**
  * Set the maximum number of redirects to follow during HTTP operations
  *
  * @param int $maxRedirects Maximum number of redirects to follow
  * @return void
  */
 public static function setMaxRedirects($maxRedirects)
 {
     self::$_maxRedirects = $maxRedirects;
 }