1 | <?php |
||
7 | class DatabaseConnectionStringFactory implements DatabaseConnectionStringFactoryInterface |
||
8 | { |
||
9 | /** |
||
10 | * Create a connection string. |
||
11 | * |
||
12 | * @param array $config |
||
13 | * |
||
14 | * @throws Pyjac\PotatoORM\Exception\DatabaseDriverNotSupportedException |
||
15 | * |
||
16 | * @return string |
||
17 | */ |
||
18 | public function createDatabaseSourceString($config) |
||
42 | } |
||
43 |