| 1 | <?php |
||
| 11 | class SearchByInstanceCommand extends BaseCommand |
||
| 12 | { |
||
| 13 | use NewsClientCommandTrait; |
||
| 14 | |||
| 15 | protected function configure() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param InputInterface $input |
||
| 35 | * @param OutputInterface $output |
||
| 36 | * @return int |
||
| 37 | * @throws \Stp\SndApi\News\Exception\InvalidContentTypeException |
||
| 38 | */ |
||
| 39 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 53 | } |
||
| 54 |