platform/api/symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.yaml

81 lines
2.2 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: DebugAutowiringCommand
class_comment: null
dependencies:
- name: Descriptor
type: class
source: Symfony\Bundle\FrameworkBundle\Console\Descriptor\Descriptor
- name: AsCommand
type: class
source: Symfony\Component\Console\Attribute\AsCommand
- name: CompletionInput
type: class
source: Symfony\Component\Console\Completion\CompletionInput
- name: CompletionSuggestions
type: class
source: Symfony\Component\Console\Completion\CompletionSuggestions
- 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: SymfonyStyle
type: class
source: Symfony\Component\Console\Style\SymfonyStyle
- name: Target
type: class
source: Symfony\Component\DependencyInjection\Attribute\Target
- name: FileLinkFormatter
type: class
source: Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: name
default: 'null'
- name: fileLinkFormatter
default: 'null'
comment: null
- name: configure
visibility: protected
parameters: []
comment: null
- name: execute
visibility: protected
parameters:
- name: input
- name: output
comment: null
- name: getFileLink
visibility: private
parameters:
- name: class
comment: null
- name: complete
visibility: public
parameters:
- name: input
- name: suggestions
comment: null
traits:
- Symfony\Bundle\FrameworkBundle\Console\Descriptor\Descriptor
- Symfony\Component\Console\Attribute\AsCommand
- Symfony\Component\Console\Completion\CompletionInput
- Symfony\Component\Console\Completion\CompletionSuggestions
- Symfony\Component\Console\Input\InputArgument
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Input\InputOption
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Console\Style\SymfonyStyle
- Symfony\Component\DependencyInjection\Attribute\Target
- Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter
interfaces: []