1 | <?php |
||
15 | class User extends Command |
||
16 | { |
||
17 | /** |
||
18 | * Show helper |
||
19 | * |
||
20 | * @return void |
||
21 | */ |
||
22 | public function configure() |
||
26 | |||
27 | /** |
||
28 | * Execute command |
||
29 | * |
||
30 | * @param InputInterface $input |
||
31 | * @param OutputInterface $output |
||
32 | * @return string |
||
33 | */ |
||
34 | public function execute(InputInterface $input, OutputInterface $output) |
||
51 | } |
||
52 |