| 1 | <?php |
||
| 9 | class GenerateViewReferenceCommand extends ContainerAwareCommand |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * {@inheritdoc} |
||
| 13 | */ |
||
| 14 | public function configure() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Read declared business entities and BusinessEntityPatternPages to generate their urls. |
||
| 26 | * |
||
| 27 | * @param InputInterface $input |
||
| 28 | * @param OutputInterface $output |
||
| 29 | * |
||
| 30 | * @return void |
||
| 31 | */ |
||
| 32 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 39 | } |
||
| 40 |