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