/** * Set our favored HTTP adapter * @param Imgur_HTTPAdapter $adapter **/ public static function setHTTPAdapter(Imgur_HTTPAdapter $adapter) { self::$http_adapter = $adapter; }