1 | <?php |
||
13 | class ConnectionFactory extends BaseConnectionFactory |
||
14 | { |
||
15 | /** |
||
16 | * Create a connection by name. |
||
17 | * |
||
18 | * @param array $params |
||
19 | * @param Configuration $config |
||
20 | * @param EventManager $eventManager |
||
21 | * @param array $mappingTypes |
||
22 | * |
||
23 | * @return \Doctrine\DBAL\Connection |
||
24 | */ |
||
25 | public function createConnection(array $params, Configuration $config = null, EventManager $eventManager = null, array $mappingTypes = array()) |
||
37 | |||
38 | private function getDbNameFromEnv($dbName) |
||
42 | } |
||
43 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.