name: WorkflowDumpCommand 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: OutputInterface type: class source: Symfony\Component\Console\Output\OutputInterface - name: ServiceLocator type: class source: Symfony\Component\DependencyInjection\ServiceLocator - name: GraphvizDumper type: class source: Symfony\Component\Workflow\Dumper\GraphvizDumper - name: MermaidDumper type: class source: Symfony\Component\Workflow\Dumper\MermaidDumper - name: PlantUmlDumper type: class source: Symfony\Component\Workflow\Dumper\PlantUmlDumper - name: StateMachineGraphvizDumper type: class source: Symfony\Component\Workflow\Dumper\StateMachineGraphvizDumper - name: Marking type: class source: Symfony\Component\Workflow\Marking - name: StateMachine type: class source: Symfony\Component\Workflow\StateMachine properties: [] methods: - name: __construct visibility: public parameters: - name: workflows 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 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\OutputInterface - Symfony\Component\DependencyInjection\ServiceLocator - Symfony\Component\Workflow\Dumper\GraphvizDumper - Symfony\Component\Workflow\Dumper\MermaidDumper - Symfony\Component\Workflow\Dumper\PlantUmlDumper - Symfony\Component\Workflow\Dumper\StateMachineGraphvizDumper - Symfony\Component\Workflow\Marking - Symfony\Component\Workflow\StateMachine interfaces: []