getAggregation() public method
Returns results of the specified aggregation.
| public array getAggregation ( $name ) | ||
|---|---|---|
| $name | string |
Aggregation name. |
| return | array |
Aggregation results. |
| throws | yii\base\InvalidCallException |
if requested aggregation does not present in query results. |
Please login to continue.