예제 #1
0
파일: rss.php 프로젝트: poef/ariadne
 public static function client($url = null, $httpClient = null)
 {
     if (!isset($httpClient)) {
         $httpClient = ar_http::client();
     }
     return new ar_connect_rssClient($url, $httpClient);
 }