| 1 | <?php |
||
| 27 | class InspectType extends SessionAwareCommand |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * configure |
||
| 31 | * |
||
| 32 | * @see command |
||
| 33 | */ |
||
| 34 | protected function configure() |
||
| 43 | |||
| 44 | /** |
||
| 45 | * execute |
||
| 46 | * |
||
| 47 | * Set pomm dependent variables. |
||
| 48 | * |
||
| 49 | * @see Command |
||
| 50 | */ |
||
| 51 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 70 | } |
||
| 71 |