89 $this->_bottom = 0.75;
110 $this->_left = $pValue;
130 $this->_right = $pValue;
150 $this->_top = $pValue;
170 $this->_bottom = $pValue;
190 $this->_header = $pValue;
210 $this->_footer = $pValue;
218 $vars = get_object_vars($this);
219 foreach ($vars as
$key => $value) {
220 if (is_object($value)) {
221 $this->
$key = clone $value;
223 $this->
$key = $value;