configure() protected méthode

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('db:variables')->setDescription('Shows important variables or custom selected');
        $help = <<<HELP
This command is useful to print all important variables about the current database.
HELP;
        $this->setHelp($help);
    }
    protected function configure()
    {
        parent::configure();
        $this->setName('db:status')->setDescription('Shows important server status information or custom selected status values');
        $help = <<<HELP
This command is useful to print important server status information about the current database.
HELP;
        $this->setHelp($help);
    }