119 lines
2.9 KiB
YAML
119 lines
2.9 KiB
YAML
|
name: DebugCommand
|
||
|
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: OutputFormatter
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Formatter\OutputFormatter
|
||
|
- name: InputArgument
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Input\InputArgument
|
||
|
- name: InputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Input\InputInterface
|
||
|
- name: OutputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\OutputInterface
|
||
|
- name: SymfonyStyle
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Style\SymfonyStyle
|
||
|
- name: Dotenv
|
||
|
type: class
|
||
|
source: Symfony\Component\Dotenv\Dotenv
|
||
|
properties:
|
||
|
- name: defaultName
|
||
|
visibility: protected
|
||
|
comment: '# * A console command to debug current dotenv files with variables and
|
||
|
values.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Christopher Hertel <mail@christopher-hertel.de>
|
||
|
|
||
|
# */
|
||
|
|
||
|
# #[AsCommand(name: ''debug:dotenv'', description: ''List all dotenv files with
|
||
|
variables and values'')]
|
||
|
|
||
|
# final class DebugCommand extends Command
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * @deprecated since Symfony 6.1'
|
||
|
- name: defaultDescription
|
||
|
visibility: protected
|
||
|
comment: '# * @deprecated since Symfony 6.1'
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: kernelEnvironment
|
||
|
- name: projectDirectory
|
||
|
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: getVariables
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: envFiles
|
||
|
- name: nameFilter
|
||
|
comment: null
|
||
|
- name: getAvailableVars
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getEnvFiles
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: filePath
|
||
|
comment: null
|
||
|
- name: getRelativeName
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: filePath
|
||
|
comment: null
|
||
|
- name: loadValues
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: filePath
|
||
|
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\Formatter\OutputFormatter
|
||
|
- Symfony\Component\Console\Input\InputArgument
|
||
|
- Symfony\Component\Console\Input\InputInterface
|
||
|
- Symfony\Component\Console\Output\OutputInterface
|
||
|
- Symfony\Component\Console\Style\SymfonyStyle
|
||
|
- Symfony\Component\Dotenv\Dotenv
|
||
|
interfaces: []
|