Knp\Bundle\KnpBundlesBundle\Command\KbUpdateDeveloperCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setDefinition(array())->setName('kb:update:developer')->addArgument('name', InputArgument::OPTIONAL, 'Username of the Developer to update.')->addOption('all', 'a', InputOption::VALUE_NONE, 'Update all Developers')->addOption('plain', null, InputOption::VALUE_NONE, 'Use plain Developer update, bypass RabbitMQ');
    }
KbUpdateDeveloperCommand