| 1 | <?php |
||
| 14 | class DockerClientFactory extends AbstractFactory |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @return \Nexus\DockerClient\Business\DockerCompose |
||
| 18 | */ |
||
| 19 | public function createDockerCompose() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @return \Nexus\DockerClient\Business\Docker |
||
| 28 | */ |
||
| 29 | public function createDocker() |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @return array |
||
| 38 | */ |
||
| 39 | public function getCommandList() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @return \Nexus\Shell\ShellFacade |
||
| 46 | */ |
||
| 47 | public function getShellFacade() |
||
| 51 | } |