| 1 | <?php |
||
| 16 | class ObjectCreatorService implements ObjectCreatorServiceInterface |
||
| 17 | { |
||
| 18 | |||
| 19 | //<editor-fold desc="Public Methods"> |
||
| 20 | /** |
||
| 21 | * @inheritDoc |
||
| 22 | * @param array|null config used config array, if null config('fm-lib') is used. Mainly used for testing purposes |
||
| 23 | */ |
||
| 24 | public function createObjectFromInterface(string $interface, $args = [], $config = null) |
||
| 29 | //</editor-fold desc="Public Methods"> |
||
| 30 | |||
| 31 | } |