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