| 1 | <?php |
||
| 13 | class ConsoleDependencyProvider extends XerviceConsoleDependencyProvider |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return array |
||
| 17 | */ |
||
| 18 | protected function getCommandList() : array |
||
| 22 | |||
| 23 | private function getDockerClientCommands() |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return \Nexus\Console\Provider\CommandProviderInterface[] |
||
| 40 | */ |
||
| 41 | private function getCommandProvider() |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @param $commands |
||
| 50 | * |
||
| 51 | * @return array |
||
| 52 | * @throws \Symfony\Component\Console\Exception\LogicException |
||
| 53 | */ |
||
| 54 | private function addDevelopmentCommands($commands): array |
||
| 61 | } |