PHP 클래스 Isswp101\Persimmon\QueryBuilder\Aggregations\Bucket

상속: use trait Isswp101\Persimmon\Traits\Presentable
파일 보기 프로젝트 열기: isswp101/elasticsearch-eloquent

공개 프로퍼티들

프로퍼티 타입 설명
$doc_count
$key

공개 메소드들

메소드 설명
__construct ( $key, $doc_count )
getCount ( ) : integer
getKey ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( $key, $doc_count )

getCount() 공개 메소드

public getCount ( ) : integer
리턴 integer

getKey() 공개 메소드

public getKey ( ) : string
리턴 string

프로퍼티 상세

$doc_count 공개적으로 프로퍼티

public $doc_count

$key 공개적으로 프로퍼티

public $key