Searched refs:_guzzleClientConnection (Results 1 – 2 of 2) sorted by relevance
39 protected static $_guzzleClientConnection; variable in Elastica\\Transport\\Guzzle144 if (!$persistent || !self::$_guzzleClientConnection) {145 self::$_guzzleClientConnection = new Client();148 return self::$_guzzleClientConnection;
20 if (!$persistent || !self::$_guzzleClientConnection) {24 self::$_guzzleClientConnection = new Client([29 return self::$_guzzleClientConnection;