170 $this->_formula1 =
'';
171 $this->_formula2 =
'';
174 $this->_operator =
'';
175 $this->_allowBlank =
false;
176 $this->_showDropDown =
false;
177 $this->_showInputMessage =
false;
178 $this->_showErrorMessage =
false;
179 $this->_errorTitle =
'';
181 $this->_promptTitle =
'';
185 $this->_parent = $pCell;
204 $this->_formula1 = $value;
224 $this->_formula2 = $value;
244 $this->_type = $value;
264 $this->_errorStyle = $value;
284 $this->_operator = $value;
304 $this->_allowBlank = $value;
324 $this->_showDropDown = $value;
344 $this->_showInputMessage = $value;
364 $this->_showErrorMessage = $value;
384 $this->_errorTitle = $value;
404 $this->_error = $value;
424 $this->_promptTitle = $value;
444 $this->_prompt = $value;
464 $this->_parent = $value;
480 . ($this->_allowBlank ?
't' :
'f')
481 . ($this->_showDropDown ?
't' :
'f')
482 . ($this->_showInputMessage ?
't' :
'f')
483 . ($this->_showErrorMessage ?
't' :
'f')
486 . $this->_promptTitle
488 . $this->_parent->getCoordinate()
500 $vars = get_object_vars($this);
501 foreach ($vars as
$key => $value) {
502 if (is_object($value) &&
$key !=
'_parent') {
503 $this->
$key = clone $value;
505 $this->
$key = $value;