PHP Class Isswp101\Persimmon\QueryBuilder\Aggregations\Bucket

Inheritance: use trait Isswp101\Persimmon\Traits\Presentable
Show file Open project: isswp101/elasticsearch-eloquent

Public Properties

Property Type Description
$doc_count
$key

Public Methods

Method Description
__construct ( $key, $doc_count )
getCount ( ) : integer
getKey ( ) : string

Method Details

__construct() public method

public __construct ( $key, $doc_count )

getCount() public method

public getCount ( ) : integer
return integer

getKey() public method

public getKey ( ) : string
return string

Property Details

$doc_count public property

public $doc_count

$key public property

public $key