| 1 | <?php |
||
| 22 | final class JKULoaderCommand extends AbstractObjectOutputCommand |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * @var JKUFactory |
||
| 26 | */ |
||
| 27 | private $jkuFactory; |
||
| 28 | |||
| 29 | public function __construct(JKUFactory $jkuFactory, JsonConverterInterface $jsonConverter, $name = null) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | */ |
||
| 38 | protected function configure() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * {@inheritdoc} |
||
| 51 | */ |
||
| 52 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 58 | } |
||
| 59 |