setQuery() 공개 메소드

Set the query criteria.
또한 보기: Builder::setQueryArray()
public setQuery ( array $query )
$query array
예제 #1
0
 /**
  * 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;
 }