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