PHP 클래스 AlgoliaSearch\IndexBrowser

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

공개 메소드들

메소드 설명
__construct ( Index $index, string $query, array | null $params = null, integer | null $cursor = null ) IndexBrowser constructor.
current ( ) : mixed
cursor ( ) : integer
key ( ) : integer
next ( ) : mixed
rewind ( )
valid ( ) : boolean

비공개 메소드들

메소드 설명
doQuery ( integer $cursor = null )

메소드 상세

__construct() 공개 메소드

IndexBrowser constructor.
public __construct ( Index $index, string $query, array | null $params = null, integer | null $cursor = null )
$index Index
$query string
$params array | null
$cursor integer | null

current() 공개 메소드

public current ( ) : mixed
리턴 mixed

cursor() 공개 메소드

public cursor ( ) : integer
리턴 integer

key() 공개 메소드

public key ( ) : integer
리턴 integer

next() 공개 메소드

public next ( ) : mixed
리턴 mixed

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( ) : boolean
리턴 boolean