Exemple #1
0
 /**
  * @param $query
  * @param string $type
  * @return Query
  */
 public function whereQ($query, $type = "AND")
 {
     $this->query->whereQ($query, $type);
     return $this;
 }