예제 #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;
 }