ensure_my_table(); $placeholder = empty($this->definition['numeric']) ? "'%s'" : '%d'; $field = $this->get_field(); $this->query->add_having(0, "$field = $placeholder", $this->argument); } function ui_name($short = FALSE) { return $this->get_field(parent::ui_name($short)); } }