NukeViet\Core\Database::group PHP Method

group() public method

group for the query.
public group ( string $group = '' ) : Database
$group string
return Database $this
    public function group($group = '')
    {
        $this->_group = $group;
        return $this;
    }