Exemplo n.º 1
0
 function __destruct()
 {
     parent::__destruct();
 }
Exemplo n.º 2
0
 /**
  * TimeZone::__destruct()
  *
  * @return
  */
 function __destruct()
 {
     if ($this->saveOnDestroy()) {
         $this->Put(true);
     }
     parent::__destruct();
 }