예제 #1
0
파일: Civi.php 프로젝트: kidaa30/yes
 /**
  * Reset all ephemeral system state, e.g. statics,
  * singletons, containers.
  */
 public static function reset()
 {
     self::$statics = array();
     Civi\Core\Container::singleton();
 }