You are here

function google_analytics_reports_handler_filter_string::op_not in Google Analytics Reports 7.3

File

handlers/google_analytics_reports_handler_filter_string.inc, line 161
Definition of google_analytics_reports_handler_filter_string.

Class

google_analytics_reports_handler_filter_string
Basic textfield filter to handle string filtering commands.

Code

function op_not($field) {
  $this->query
    ->add_where($this->options['group'], $field, $this->value, '!@');
}