예제 #1
0
파일: Builder.php 프로젝트: cosmow/riak
 /**
  * Set the expression's query criteria.
  *
  * @see Expr::setQuery()
  * @param array $query
  * @return self
  */
 public function setQueryArray(array $query)
 {
     $this->expr->setQuery($query);
     return $this;
 }