configure() protected method

protected configure ( )
Ejemplo n.º 1
0
    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);
    }
Ejemplo n.º 2
0
    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);
    }