_tblHeader = null; $this->_cantSplit = null; } /** * Set style value */ public function setStyleValue($key, $value) { $this->$key = $value; } public function setTblHeader($pValue = null) { $this->_tblHeader = $pValue; } public function getTblHeader() { return $this->_tblHeader ? 1 : 0; } public function setCantSplit($pValue = null) { $this->_cantSplit = $pValue; } public function getCantSplit() { return $this->_cantSplit ? 1 : 0; } }