Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function havingIsNull($field)
 {
     $this->query->havingIsNull($field);
     return $this;
 }