field = $field; } if ( $value !== null ) { $this->value = $value; } if ( $operator !== null ) { $this->operator = $operator; } else { $this->operator = Query\Where::OPERATOR_EQUAL; } } }