App\Command\RenewAllCommand::configure PHP 메소드

configure() 보호된 메소드

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