Elastica\Cluster::getClient PHP 메소드

getClient() 공개 메소드

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