Elastica\Node::getClient PHP Method

getClient() public method

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