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