Example #1
0
 /**
  * Gets the HTTP client object.
  *
  * @return Horde_Http_Client
  */
 public static function getHttpClient()
 {
     if (!self::$_httpClient) {
         self::$_httpClient = new Horde_Http_Client();
     }
     return self::$_httpClient;
 }