Horde_ElasticSearch_Client::__construct PHP Méthode

__construct() public méthode

public __construct ( $server, Horde_Http_Client $httpClient )
$httpClient Horde_Http_Client
    public function __construct($server, Horde_Http_Client $httpClient)
    {
        $this->_server = $server;
        $this->_httpClient = $httpClient;
    }