function __destruct()
 {
     parent::__destruct();
     /*
     $logFile = get_class ( $this ) . "_logfile.html";
     $f = fopen ( $logFile, "w" );
     fwrite ( $f, $this->getOutputContent() );
     fclose ( $f );
     exec ( "start " . $logFile );
     */
 }
 function __destruct()
 {
     parent::__destruct();
 }
Esempio n. 3
0
 function __destruct()
 {
     parent::__destruct();
     if ($this->startOver == false) {
         $this->killP("TVCC.exe");
         $this->killP("WePromoteThis.exe");
     }
 }