PartKeepr\CoreBundle\Command\UpdateCategoryPathCommand::configure PHP Method

configure() public method

public configure ( )
    public function configure()
    {
        parent::configure();
        $this->setName('partkeepr:update-category-paths');
        $this->setDescription('Updates the category paths for all category trees');
    }