1 | <?php |
||
22 | class InfoCommand extends AbstractCommand { |
||
23 | |||
24 | |||
25 | /** |
||
26 | * @brief Configures the command. |
||
27 | */ |
||
28 | protected function configure() { |
||
32 | |||
33 | |||
34 | /** |
||
35 | * @brief Executes the command. |
||
36 | * @param[in] InputInterface $input The input interface |
||
37 | * @param[in] OutputInterface $output The output interface |
||
38 | * @retval string Information about current database. |
||
39 | */ |
||
40 | protected function execute(InputInterface $input, OutputInterface $output) { |
||
46 | |||
47 | } |