PHP 클래스 AlgoliaSearch\PlacesIndex

파일 보기 프로젝트 열기: algolia/algoliasearch-client-php

공개 메소드들

메소드 설명
__construct ( ClientContext $context, Client $client )
getContext ( ) : ClientContext
search ( string $query, array | null $args = null ) : mixed
setExtraHeader ( string $key, string $value )

메소드 상세

__construct() 공개 메소드

public __construct ( ClientContext $context, Client $client )
$context ClientContext
$client Client

getContext() 공개 메소드

public getContext ( ) : ClientContext
리턴 ClientContext

setExtraHeader() 공개 메소드

public setExtraHeader ( string $key, string $value )
$key string
$value string