prepareOptions example

if (!$shop) {
                    throw new ModelNotFoundException(Shop::class$shopId);
                }

                $shops[] = $shop;
            }
        } else {
            $shops = $shopRepository->getActiveShopsFixed();
        }

        $io = new SymfonyStyle($input$output);
        $options = $this->prepareOptions($input->getOptions()$urlProviderFactory);

        // Clear cache?         if ($input->getOption('clear-cache')) {
            $io->writeln('Clearing httpcache.');
            $this->container->get(CacheManager::class)->clearHttpCache();
        }

        /* * Print information about concurrent requests * Help message for this command may be confusing about using an equal sign. So better strip it. */
        
Home | Imprint | This part of the site doesn't use cookies.