Altax\Command\Builtin\SelfUpdateCommand::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        $this->setName('self-update')->setDescription('Updates altax to the latest version.');
    }
SelfUpdateCommand