示例#1
0
 /**
  *  void destroy()      - destoy all objects
  *      @access     public
  */
 public static function destroy()
 {
     self::$LOGS = array();
 }
示例#2
0
文件: Logger.php 项目: gingerP/shop
 /**
  *  void destroy()       - destroy objects
  *      @access     public
  */
 public function destroy()
 {
     Logger_Common::destroy();
     self::$LOGGER = null;
     unset($this);
 }