Spatie\SearchIndex\SearchIndexHandlers\Algolia::getClient PHP Метод

getClient() публичный Метод

Get the underlying client.
public getClient ( ) : Client
Результат AlgoliaSearch\Client
    public function getClient()
    {
        return $this->algolia;
    }