buildHaving() public method
public string buildHaving ( $indexes, $condition, &$params ) | ||
---|---|---|
$indexes | string[] |
List of index names, which affected by query |
$condition | string|array | |
$params | array |
The binding parameters to be populated |
return | string |
The HAVING clause built from yii\sphinx\Query::$having. |
Please login to continue.