name: TranslationUpdateCommand class_comment: null dependencies: - name: AsCommand type: class source: Symfony\Component\Console\Attribute\AsCommand - name: Command type: class source: Symfony\Component\Console\Command\Command - name: CompletionInput type: class source: Symfony\Component\Console\Completion\CompletionInput - name: CompletionSuggestions type: class source: Symfony\Component\Console\Completion\CompletionSuggestions - name: InvalidArgumentException type: class source: Symfony\Component\Console\Exception\InvalidArgumentException - name: InputArgument type: class source: Symfony\Component\Console\Input\InputArgument - name: InputInterface type: class source: Symfony\Component\Console\Input\InputInterface - name: InputOption type: class source: Symfony\Component\Console\Input\InputOption - name: ConsoleOutputInterface type: class source: Symfony\Component\Console\Output\ConsoleOutputInterface - name: OutputInterface type: class source: Symfony\Component\Console\Output\OutputInterface - name: SymfonyStyle type: class source: Symfony\Component\Console\Style\SymfonyStyle - name: KernelInterface type: class source: Symfony\Component\HttpKernel\KernelInterface - name: MergeOperation type: class source: Symfony\Component\Translation\Catalogue\MergeOperation - name: TargetOperation type: class source: Symfony\Component\Translation\Catalogue\TargetOperation - name: ExtractorInterface type: class source: Symfony\Component\Translation\Extractor\ExtractorInterface - name: MessageCatalogue type: class source: Symfony\Component\Translation\MessageCatalogue - name: MessageCatalogueInterface type: class source: Symfony\Component\Translation\MessageCatalogueInterface - name: TranslationReaderInterface type: class source: Symfony\Component\Translation\Reader\TranslationReaderInterface - name: TranslationWriterInterface type: class source: Symfony\Component\Translation\Writer\TranslationWriterInterface properties: [] methods: - name: __construct visibility: public parameters: - name: writer - name: reader - name: extractor - name: defaultLocale - name: defaultTransPath default: 'null' - name: defaultViewsPath default: 'null' - name: transPaths default: '[]' - name: codePaths default: '[]' - name: enabledLocales default: '[]' comment: null - name: configure visibility: protected parameters: [] comment: null - name: execute visibility: protected parameters: - name: input - name: output comment: null - name: complete visibility: public parameters: - name: input - name: suggestions comment: null - name: filterCatalogue visibility: private parameters: - name: catalogue - name: domain comment: null - name: extractMessages visibility: private parameters: - name: locale - name: transPaths - name: prefix comment: null - name: filterDuplicateTransPaths visibility: private parameters: - name: transPaths comment: null - name: loadCurrentMessages visibility: private parameters: - name: locale - name: transPaths comment: null - name: getRootTransPaths visibility: private parameters: [] comment: null - name: getRootCodePaths visibility: private parameters: - name: kernel comment: null traits: - Symfony\Component\Console\Attribute\AsCommand - Symfony\Component\Console\Command\Command - Symfony\Component\Console\Completion\CompletionInput - Symfony\Component\Console\Completion\CompletionSuggestions - Symfony\Component\Console\Exception\InvalidArgumentException - Symfony\Component\Console\Input\InputArgument - Symfony\Component\Console\Input\InputInterface - Symfony\Component\Console\Input\InputOption - Symfony\Component\Console\Output\ConsoleOutputInterface - Symfony\Component\Console\Output\OutputInterface - Symfony\Component\Console\Style\SymfonyStyle - Symfony\Component\HttpKernel\KernelInterface - Symfony\Component\Translation\Catalogue\MergeOperation - Symfony\Component\Translation\Catalogue\TargetOperation - Symfony\Component\Translation\Extractor\ExtractorInterface - Symfony\Component\Translation\MessageCatalogue - Symfony\Component\Translation\MessageCatalogueInterface - Symfony\Component\Translation\Reader\TranslationReaderInterface - Symfony\Component\Translation\Writer\TranslationWriterInterface interfaces: []