Knp\Bundle\KnpBundlesBundle\Command\KbRemoveWrongBundlesCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('kb:remove:wrong-bundles')->setDescription('Removes all wrong bundles (non Symfony2 bundles)');
    }
KbRemoveWrongBundlesCommand