Isswp101\Persimmon\QueryBuilder\Aggregations\Aggregation::getName PHP Method

getName() public method

public getName ( )
    public function getName()
    {
        return $this->name;
    }

Usage Example

コード例 #1
0
 public function aggregation(Aggregation $aggregation)
 {
     $this->query['body']['aggs'][$aggregation->getName()] = $aggregation->make();
     return $this;
 }