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

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

protected configure ( )
    protected function configure()
    {
        $this->setDefinition(array())->addOption('no-publish', null, InputOption::VALUE_NONE, 'Prevent the command from publishing a message to RabbitMQ producer')->setName('kb:update:bundles');
    }
KbUpdateBundlesCommand