| 1 | <?php |
||
| 10 | class SyncTerminalsCommand extends ContainerAwareCommand |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var TerminalSynchronizer |
||
| 14 | */ |
||
| 15 | protected $terminalSynchronizer; |
||
| 16 | |||
| 17 | public function __construct(TerminalSynchronizer $terminalSynchronizer) |
||
| 23 | |||
| 24 | protected function configure() |
||
| 30 | |||
| 31 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 35 | } |
||
| 36 |