예제 #1
0
파일: XRIRes.php 프로젝트: kbjr/EasyOpenID
 function Auth_Yadis_ProxyResolver($fetcher, $proxy_url = null)
 {
     $this->fetcher = $fetcher;
     $this->proxy_url = $proxy_url;
     if (!$this->proxy_url) {
         $this->proxy_url = Auth_Yadis_getDefaultProxy();
     }
 }
예제 #2
0
 public function __construct($fetcher, $proxy_url = null)
 {
     $this->fetcher = $fetcher;
     $this->proxy_url = $proxy_url;
     if (!$this->proxy_url) {
         $this->proxy_url = Auth_Yadis_getDefaultProxy();
     }
 }