예제 #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);
 }