| 1 | <?php |
||
| 16 | class CustomCommandFactory extends AbstractFactory |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return \Nexus\CustomCommand\Business\Hydrator\CommandHydrator |
||
| 20 | */ |
||
| 21 | 3 | public function createCommandHydrator(string $directory, bool $recursive) : CommandHydratorInterface |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @return \Nexus\CustomCommand\Business\Finder\CommandFinder |
||
| 33 | */ |
||
| 34 | 3 | public function createCommandFinder(string $directory, bool $recursive) : CommandFinderInterface |
|
| 41 | |||
| 42 | /** |
||
| 43 | * @return \Nexus\Shell\ShellFacade |
||
| 44 | */ |
||
| 45 | public function getShellFacade() |
||
| 49 | } |