having() public method
public $this having ( $condition, $params = [] ) | ||
---|---|---|
$condition | string|array|yii\db\Expression |
The conditions to be put after HAVING. Please refer to where() on how to specify this parameter. |
$params | array |
The parameters (name => value) to be bound to the query. |
return | $this |
The query object itself |
Please login to continue.