Ejemplo n.º 1
0
 /**
  * @param \CRM_Utils_SQL_Select $sqlFragment
  * @return $this
  */
 public function merge($sqlFragment)
 {
     $this->query->merge($sqlFragment);
     return $this;
 }