| 1 | <?php |
||
| 9 | class ArrayConnectionConfigurationLoader implements ConnectionLoaderInterface |
||
| 10 | { |
||
| 11 | private $filename; |
||
| 12 | |||
| 13 | 35 | public function __construct($filename) |
|
| 17 | |||
| 18 | /** |
||
| 19 | * read the input and return a Configuration, returns `false` if the config |
||
| 20 | * is not supported |
||
| 21 | * @return Connection|null |
||
| 22 | */ |
||
| 23 | 35 | public function chosen() |
|
| 40 | } |
||
| 41 |