Elastica\Cluster\Settings::getClient PHP Method

getClient() public method

Get the client.
public getClient ( ) : Client
return Elastica\Client
    public function getClient()
    {
        return $this->_client;
    }