コード例 #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;
 }