Granada\ORM::_add_having PHP Method

_add_having() protected method

Internal method to add a HAVING condition to the query
protected _add_having ( $fragment, $values = [] )
    protected function _add_having($fragment, $values = array())
    {
        return $this->_add_condition('having', $fragment, $values);
    }
ORM