You are here

function google_analytics_reports_handler_filter_numeric::op_simple in Google Analytics Reports 7.3

File

handlers/google_analytics_reports_handler_filter_numeric.inc, line 172
Definition of google_analytics_reports_handler_filter_numeric.

Class

google_analytics_reports_handler_filter_numeric
Simple filter to handle numerics for Google Analytics.

Code

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