Exemple #1
0
 /**
  * Destructor.
  *
  * @access public
  */
 public function __destruct()
 {
     $this->doEndClass();
     $this->endRun();
     parent::__destruct();
 }
Exemple #2
0
 /**
  * Destructor.
  *
  * @access public
  */
 public function __destruct()
 {
     if ($this->writeDocument === TRUE) {
         $this->write($this->getXML());
     }
     parent::__destruct();
 }