setDescription('Dumps Phraseanet routes'); } protected function doExecute(InputInterface $input, OutputInterface $output) { return $this->dumpRoutes($this->container['routes'], $input, $output); } }