| 1 | <?php |
||
| 17 | abstract class BaseCommand extends Command |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Load a .csr file via an CLI argument |
||
| 21 | * @param Symfony\Component\Console\Input\InputInterface $input |
||
| 22 | * @param Symfony\Component\Console\Output\OutputInterface $output |
||
| 23 | * @return bool|void |
||
| 24 | */ |
||
| 25 | public function loadCSR(InputInterface $input, OutputInterface $output) |
||
| 37 | } |
||
| 38 |