group = $group->get_value(); } /** * Get the group name * * @return string */ public function get_as_sql() { return $this->group; } }