Elastica\Cluster::getClient PHP Method

getClient() public method

Returns the client object.
public getClient ( ) : Client
return Client Client object
    public function getClient()
    {
        return $this->_client;
    }