103 $this->_left = $pValue;
123 $this->_right = $pValue;
143 $this->_top = $pValue;
163 $this->_bottom = $pValue;
183 $this->_header = $pValue;
203 $this->_footer = $pValue;
211 $vars = get_object_vars($this);
212 foreach ($vars as $key => $value) {
213 if (is_object($value)) {
214 $this->$key = clone $value;
216 $this->$key = $value;