Elastica\Aggregation\AbstractAggregation::getAggs PHP Method

getAggs() public method

Retrieve all subaggregations belonging to this aggregation.
public getAggs ( ) : array
return array
    public function getAggs()
    {
        return $this->_aggs;
    }