Doctrine\DBAL\Migrations\Tools\Console\Command\UpToDateCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('migrations:up-to-date')->setDescription('Tells you if your schema is up-to-date.')->setHelp(<<<EOT
The <info>%command.name%</info> command tells you if your schema is up-to-date:

    <info>%command.full_name%</info>
EOT
);
        parent::configure();
    }
UpToDateCommand