Exemple #1
0
 /**
  *
  */
 public function add_item(nc_search_query_expression $item)
 {
     if ($this->field && !$item->get_field()) {
         $item->set_field($this->field);
     }
     $this->items[] = $item;
     return $this;
 }