Exemplo n.º 1
0
Arquivo: Di.php Projeto: pierredup/di
 /**
  * Clears the current mapping and instances
  *
  * @static
  */
 public static function clear()
 {
     self::$map = array();
     self::$instances = array();
 }