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

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

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