| 1 | <?php |
||
| 13 | class MigrateWidgetOwningSideCommand extends ContainerAwareCommand |
||
| 14 | { |
||
| 15 | protected $skeletonDirs; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * {@inheritdoc} |
||
| 19 | */ |
||
| 20 | public function configure() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param InputInterface $input |
||
| 31 | * @param OutputInterface $output |
||
| 32 | */ |
||
| 33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 56 | } |
||
| 57 |