nfTlWNl rn Ѻq$³*a}UvB}=oRfSs0i~uJiYmsC+v)׶=BܷY*뗲x7=N:rZ 8,q!3әC0m%ڮxRN!bR|'*9+F50+i(m%ڮxRN!E"#*h{_6hQ%p8fWP("Eby}:~= xꥸVR$-z4|ʑbe0táImV}5pn_ Eƨa/4Zv~X\G%@zcJ6!'e&BKmY|Lͤ3/rtOZhPllPQܥ%ɧ,ք#E=ޖňhg&_;ؚc E~XK:HZ$q?_?3K" )IEUK^gċR.TI6SQ~,SR TPFDok7=+˻U S7sZ P-uB^b\UK^gċR.TI6SQ~,SR 6 #=O&+?۫0D)҇wk LH, ]ÂY-r$cl&N m؛`/ҤLfq$ʹg [@вݾ ٨v;]Ǵ7<ު) Vd|jiKD3T]D||UK^gċR.TI6SQ~,SR xiOL0^$'6סӪOhј kؑT'@3UGwm 1S$5$ʤC=|Jf>@5AF$a_pXybfh#iw~+jJ(mYvn4zGы28M+=<$^ZnDJPX1y`_r 2YəMC]9;CxrFn7Bj5S$5$ʤC=|Jf>@5e gbSzESY[5jF]Akռnt%3-9`79xIhpzJQLb^BFwnUid/}*"vΧ/bvLvC]4 ,Mlظ@4C 5RqH0|ּ̓Y RvIw"A h[P4u,_f S&|t{iq&!N <^CJu`aA+Mw t <9k;~0>xJVoXiT2Zd\usB^_m ;S9g,rO~P7XLgbM즧5ac<`lYʴX ~,唚М'EQD_D'Fe$]b/zA8aC|7G6-v;|>SggU _*0wӤiNj@X+%U+R0Ȃ "<[EN5tvZ);OM k 9kua)MOJiPl)wD@х(㶤7ϢH$3IT%&~xم/vd0ײc.|#:@S5)݇ϫ&Ew??s r$cl&N 8]0M#r̩}kT#L؀;yZK f!ȏvb&R@.`_And1e❿yϙr]&)Lf)VλW0հ'^; p58TX0ץhG|E7 *-E}\*58R AI9"8 N_ߨPP8\[?˭ۊ(nVppu0삝"3Bh,Qd(xL5 ahb]53FE˺-*GΔ tCU1Y+@wsK }clum@.(K8'l=u:+q<$.MAވMX+ppu0E9S}~t|iΗ`fC(UPs#:@S5)݇g+/Tj:|g7?jwIǏuZDQq*7&&RG.:V A LkpGF'Eual]3?De1;̉Z~` a$mk.,:fm<Oh xĨ\P<2UJ3Iz2E;֝Е4\B R1~0>xJVoXiT2Zd\usB^_m ;S9g M閕0>Ba]7؀|]g&2)'ѳ,_n &.`խ 7@ c 8>C|kwiU-'b;A(~lgPP8\[?˭ۊ(nVppu0WOf{`Wa$gXjF pMOJiPl)wD@o>9xz\jq-x;w?ҕ_(%}b.k/UEk V$E[!Yyhkv|reU5۔b~\g q/BE);g/}*"dCe0pfMEŝ v,1nf\ܶT72aIM:6 wŐfk @0c@]-^K:J 3PMk.4_8q\ǐŮ,#-Zu!^'"ie;=;.Ӱ#T,b&TkSա(]X9Udx)^y m>il'qu1#HKMOJiPl)wD@#3aGs,G%PB kKv+< ̴;D%  -> * Get Allow Blank. * * @return bool */ public function getAllowBlank() { return $this->allowBlank; } /** * Set Allow Blank. * * @param bool $allowBlank * * @return $this */ public function setAllowBlank($allowBlank) { $this->allowBlank = $allowBlank; return $this; } /** * Get Show DropDown. * * @return bool */ public function getShowDropDown() { return $this->showDropDown; } /** * Set Show DropDown. * * @param bool $showDropDown * * @return $this */ public function setShowDropDown($showDropDown) { $this->showDropDown = $showDropDown; return $this; } /** * Get Show InputMessage. * * @return bool */ public function getShowInputMessage() { return $this->showInputMessage; } /** * Set Show InputMessage. * * @param bool $showInputMessage * * @return $this */ public function setShowInputMessage($showInputMessage) { $this->showInputMessage = $showInputMessage; return $this; } /** * Get Show ErrorMessage. * * @return bool */ public function getShowErrorMessage() { return $this->showErrorMessage; } /** * Set Show ErrorMessage. * * @param bool $showErrorMessage * * @return $this */ public function setShowErrorMessage($showErrorMessage) { $this->showErrorMessage = $showErrorMessage; return $this; } /** * Get Error title. * * @return string */ public function getErrorTitle() { return $this->errorTitle; } /** * Set Error title. * * @param string $errorTitle * * @return $this */ public function setErrorTitle($errorTitle) { $this->errorTitle = $errorTitle; return $this; } /** * Get Error. * * @return string */ public function getError() { return $this->error; } /** * Set Error. * * @param string $error * * @return $this */ public function setError($error) { $this->error = $error; return $this; } /** * Get Prompt title. * * @return string */ public function getPromptTitle() { return $this->promptTitle; } /** * Set Prompt title. * * @param string $promptTitle * * @return $this */ public function setPromptTitle($promptTitle) { $this->promptTitle = $promptTitle; return $this; } /** * Get Prompt. * * @return string */ public function getPrompt() { return $this->prompt; } /** * Set Prompt. * * @param string $prompt * * @return $this */ public function setPrompt($prompt) { $this->prompt = $prompt; return $this; } /** * Get hash code. * * @return string Hash code */ public function getHashCode() { return md5( $this->formula1 . $this->formula2 . $this->type . $this->errorStyle . $this->operator . ($this->allowBlank ? 't' : 'f') . ($this->showDropDown ? 't' : 'f') . ($this->showInputMessage ? 't' : 'f') . ($this->showErrorMessage ? 't' : 'f') . $this->errorTitle . $this->error . $this->promptTitle . $this->prompt . $this->sqref . __CLASS__ ); } /** * Implement PHP __clone to create a deep clone, not just a shallow copy. */ public function __clone() { $vars = get_object_vars($this); foreach ($vars as $key => $value) { if (is_object($value)) { $this->$key = clone $value; } else { $this->$key = $value; } } } /** @var ?string */ private $sqref; public function getSqref(): ?string { return $this->sqref; } public function setSqref(?string $str): self { $this->sqref = $str; return $this; } }