Ejemplo n.º 1
0
 /**
  * Resets the logs
  * @return void
  */
 public static function resetLogs()
 {
     self::$log = array();
     return null;
 }