Ejemplo n.º 1
0
 /**
  * Restrict the query for these search parameters.
  * @param QUERY $query
  * @access private
  */
 protected function _apply_to_query($query)
 {
     $this->fields->apply_to_query($query, $this);
 }