예제 #1
0
파일: Builder.php 프로젝트: cosmow/riak
 /**
  * Set the current field for building the expression.
  *
  * @see Expr::field()
  * @param string $field
  * @return self
  */
 public function field($field)
 {
     $this->expr->field((string) $field);
     return $this;
 }