having() public method
Sets the HAVING part of the query. See also:
andHaving()
orHaving()
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