$key = $value; } public function setTblHeader($pValue = false) { if (!is_bool($pValue)) { $pValue = false; } $this->_tblHeader = $pValue; return $this; } public function getTblHeader() { return $this->_tblHeader; } public function setCantSplit($pValue = false) { if (!is_bool($pValue)) { $pValue = false; } $this->_cantSplit = $pValue; return $this; } public function getCantSplit() { return $this->_cantSplit; } }