예제 #1
0
파일: LeLogger.php 프로젝트: pugwonk/le_php
 public static function tearDown()
 {
     self::$m_instance = array();
 }
예제 #2
0
파일: LeLogger.php 프로젝트: narruc/le_php
 public static function tearDown()
 {
     self::$m_instance = NULL;
 }