private static function query_bo($host, $scheme, SAI_CurlInterface $curlConnector) { try { $info_connector = new AfsAboutConnector($host, null, $scheme, $curlConnector); self::$info = $info_connector->get_information(); } catch (Exception $e) { throw new AfsBOWSException('Cannot retrieve Back Office information', 1, $e); } }
private function get_bo_version() { return AfsBOWSInformationCache::get_information($this->host, $this->scheme, $this->curlConnector)->get_gen_version(); }