Sleimanx2\Plastic\DSL\AggregationBuilder::append PHP Method

append() public method

Append an aggregation to the aggregation query builder.
public append ( ONGR\ElasticsearchDSL\Aggregation\AbstractAggregation $aggregation )
$aggregation ONGR\ElasticsearchDSL\Aggregation\AbstractAggregation
    public function append(AbstractAggregation $aggregation)
    {
        $this->query->addAggregation($aggregation);
    }