206        $this->_oddHeader = $pValue;
 
  226        $this->_oddFooter = $pValue;
 
  246        $this->_evenHeader = $pValue;
 
  266        $this->_evenFooter = $pValue;
 
  286        $this->_firstHeader = $pValue;
 
  306        $this->_firstFooter = $pValue;
 
  326        $this->_differentOddEven = $pValue;
 
  346        $this->_differentFirst = $pValue;
 
  366        $this->_scaleWithDocument = $pValue;
 
  386        $this->_alignWithMargins = $pValue;
 
  399        $this->_headerFooterImages[
$location] = $image;
 
  411        if (isset($this->_headerFooterImages[
$location])) {
 
  412                unset($this->_headerFooterImages[
$location]);
 
  425        if (!is_array($images)) {
 
  429        $this->_headerFooterImages = $images;
 
  447        $this->_headerFooterImages = $images;
 
  456                $vars = get_object_vars($this);
 
  457                foreach ($vars as 
$key => $value) {
 
  458                        if (is_object($value)) {
 
  459                                $this->
$key = clone $value;
 
  461                                $this->
$key = $value;
 
An exception for terminatinating execution or to throw for unit testing.