Example #1
0
 /**
  * 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;
 }