1 | <?php namespace Magestead\Command\VM; |
||
13 | class RunCommand extends Command |
||
14 | { |
||
15 | protected $_projectPath; |
||
16 | |||
17 | protected function configure() |
||
25 | |||
26 | /** |
||
27 | * @param InputInterface $input |
||
28 | * @param OutputInterface $output |
||
29 | * @return ProcessCommand |
||
30 | */ |
||
31 | protected function execute(InputInterface $input, OutputInterface $output) |
||
39 | } |
||
40 |