162 $this->_formula1 =
'';
163 $this->_formula2 =
'';
166 $this->_operator =
'';
167 $this->_allowBlank =
false;
168 $this->_showDropDown =
false;
169 $this->_showInputMessage =
false;
170 $this->_showErrorMessage =
false;
171 $this->_errorTitle =
'';
173 $this->_promptTitle =
'';
193 $this->_formula1 = $value;
213 $this->_formula2 = $value;
233 $this->_type = $value;
253 $this->_errorStyle = $value;
273 $this->_operator = $value;
293 $this->_allowBlank = $value;
313 $this->_showDropDown = $value;
333 $this->_showInputMessage = $value;
353 $this->_showErrorMessage = $value;
373 $this->_errorTitle = $value;
393 $this->_error = $value;
413 $this->_promptTitle = $value;
433 $this->_prompt = $value;
449 . ($this->_allowBlank ?
't' :
'f')
450 . ($this->_showDropDown ?
't' :
'f')
451 . ($this->_showInputMessage ?
't' :
'f')
452 . ($this->_showErrorMessage ?
't' :
'f')
455 . $this->_promptTitle
465 $vars = get_object_vars($this);
466 foreach ($vars as $key => $value) {
467 if (is_object($value)) {
468 $this->$key = clone $value;
470 $this->$key = $value;