Commit 1d3101d6 authored by Stéphane Klein's avatar Stéphane Klein

Added driver map getter

parent 8ca2763c
......@@ -155,6 +155,16 @@ final class DriverManager
return new $wrapperClass($params, $driver, $config, $eventManager);
}
/**
* Returns the list of supported drivers and their mappings to the driver classes.
*
* @return array
*/
public static function getDriverMap()
{
return self::$_driverMap;
}
/**
* Checks the list of parameters.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment