Ejemplo n.º 1
0
 public function __destruct()
 {
     if ($this->_rebuild === true) {
         try {
             $this->endRebuild();
         } catch (Exception $e) {
         }
     }
     foreach (self::$_adds as $srv) {
         $srv->close();
     }
     self::$_adds = array();
     parent::__destruct();
 }
Ejemplo n.º 2
0
Archivo: XS.php Proyecto: h3len/Project
 public function __destruct()
 {
     if ($this->_rebuild === true) {
         try {
             $this->endRebuild();
         } catch (Exception $e) {
         }
     }
     parent::__destruct();
 }