예제 #1
0
파일: oodb.php 프로젝트: Jamongkad/Sunfish
 /**
  * Resets the logs
  * @return void
  */
 public static function resetLogs()
 {
     self::$log = array();
     return null;
 }