Sulu\Bundle\CategoryBundle\Command\RecoverCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('sulu:categories:recover')->addOption('force', 'f', InputOption::VALUE_NONE, 'Force recovery of tree. Without it, an analysis of the tree is performed')->addOption('fix-depth', 'd', InputOption::VALUE_NONE, 'Analyse depths of categories and fixes depth gaps as well as depths > 0 without a parent');
    }