83 $this->_rowIndex = $pIndex;
84 $this->_rowHeight = -1;
85 $this->_visible =
true;
86 $this->_outlineLevel = 0;
87 $this->_collapsed =
false;
106 $this->_rowIndex = $pValue;
126 $this->_rowHeight = $pValue;
146 $this->_visible = $pValue;
169 if ($pValue < 0 || $pValue > 7) {
170 throw new Exception(
"Outline level must range between 0 and 7.");
173 $this->_outlineLevel = $pValue;
193 $this->_collapsed = $pValue;
201 $vars = get_object_vars($this);
202 foreach ($vars as
$key => $value) {
203 if (is_object($value)) {
204 $this->
$key = clone $value;
206 $this->
$key = $value;