| 1 | <?php |
||
| 16 | class DynamicModulesFactory extends AbstractFactory |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return \Nexus\DynamicModules\Business\Hydrator\CommandHydrator |
||
| 20 | * @throws \Xervice\Config\Exception\ConfigNotFound |
||
| 21 | */ |
||
| 22 | public function createHydrator() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return \Nexus\DynamicModules\Business\Finder\ModuleFinder |
||
| 31 | * @throws \Xervice\Config\Exception\ConfigNotFound |
||
| 32 | */ |
||
| 33 | public function createFinder() : ModuleFinderInterface |
||
| 41 | } |