Пример #1
0
 /**
  * Deletes a given field.
  *
  * @return QueryProxy this instance
  */
 public function unsetField()
 {
     $this->queryChanged = true;
     return parent::unsetField();
 }