PartKeepr\SetupBundle\Command\UpdateConfigCommand::configure PHP Méthode

configure() public méthode

public configure ( )
    public function configure()
    {
        parent::configure();
        $this->setName('partkeepr:setup:update-config');
        $this->setDescription('Updates the PartKeepr configuration with all required config parameters');
    }
UpdateConfigCommand