Beispiel #1
0
 /**
  * Clears the current mapping and instances
  *
  * @static
  */
 public static function clear()
 {
     self::$map = array();
     self::$instances = array();
 }