App\Command\RenewAllCommand::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        $this->setName('renew:all')->setDescription('Renew all certificates if it is possible');
    }
RenewAllCommand