86 lines
2 KiB
YAML
86 lines
2 KiB
YAML
name: Descriptor
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Application
|
|
type: class
|
|
source: Symfony\Component\Console\Application
|
|
- name: Command
|
|
type: class
|
|
source: Symfony\Component\Console\Command\Command
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Console\Exception\InvalidArgumentException
|
|
- name: InputArgument
|
|
type: class
|
|
source: Symfony\Component\Console\Input\InputArgument
|
|
- name: InputDefinition
|
|
type: class
|
|
source: Symfony\Component\Console\Input\InputDefinition
|
|
- name: InputOption
|
|
type: class
|
|
source: Symfony\Component\Console\Input\InputOption
|
|
- name: OutputInterface
|
|
type: class
|
|
source: Symfony\Component\Console\Output\OutputInterface
|
|
properties: []
|
|
methods:
|
|
- name: describe
|
|
visibility: public
|
|
parameters:
|
|
- name: output
|
|
- name: object
|
|
- name: options
|
|
default: '[]'
|
|
comment: null
|
|
- name: write
|
|
visibility: protected
|
|
parameters:
|
|
- name: content
|
|
- name: decorated
|
|
default: 'false'
|
|
comment: null
|
|
- name: describeInputArgument
|
|
visibility: protected
|
|
parameters:
|
|
- name: argument
|
|
- name: options
|
|
default: '[]'
|
|
comment: null
|
|
- name: describeInputOption
|
|
visibility: protected
|
|
parameters:
|
|
- name: option
|
|
- name: options
|
|
default: '[]'
|
|
comment: null
|
|
- name: describeInputDefinition
|
|
visibility: protected
|
|
parameters:
|
|
- name: definition
|
|
- name: options
|
|
default: '[]'
|
|
comment: null
|
|
- name: describeCommand
|
|
visibility: protected
|
|
parameters:
|
|
- name: command
|
|
- name: options
|
|
default: '[]'
|
|
comment: null
|
|
- name: describeApplication
|
|
visibility: protected
|
|
parameters:
|
|
- name: application
|
|
- name: options
|
|
default: '[]'
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Console\Application
|
|
- Symfony\Component\Console\Command\Command
|
|
- Symfony\Component\Console\Exception\InvalidArgumentException
|
|
- Symfony\Component\Console\Input\InputArgument
|
|
- Symfony\Component\Console\Input\InputDefinition
|
|
- Symfony\Component\Console\Input\InputOption
|
|
- Symfony\Component\Console\Output\OutputInterface
|
|
interfaces:
|
|
- DescriptorInterface
|