| 1 | <?php |
||
| 4 | class InputSourceFactory extends Mapping |
||
| 5 | { |
||
| 6 | 3 | public function __construct(array $mapping) |
|
| 10 | |||
| 11 | /** |
||
| 12 | * |
||
| 13 | * @param array $config |
||
| 14 | * |
||
| 15 | * @return \Mcustiel\PowerRoute\InputSources\InputSourceInterface |
||
| 16 | * @throws \Exception |
||
| 17 | */ |
||
| 18 | 3 | public function createFromConfig(array $config) |
|
| 25 | } |
||
| 26 |