예제 #1
0
파일: Di.php 프로젝트: pierredup/di
 /**
  * Clears the current mapping and instances
  *
  * @static
  */
 public static function clear()
 {
     self::$map = array();
     self::$instances = array();
 }