示例#1
0
 /**
  * {@inheritdoc}
  */
 public function havingExists(SelectInterface $select)
 {
     $this->query->havingExists($select);
     return $this;
 }