92 lines
2.2 KiB
YAML
92 lines
2.2 KiB
YAML
|
name: MarkdownDescriptor
|
||
|
class_comment: "# * Markdown descriptor.\n# *\n# * @author Jean-Fran\xE7ois Simon\
|
||
|
\ <contact@jfsimon.fr>\n# *\n# * @internal"
|
||
|
dependencies:
|
||
|
- name: Application
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Application
|
||
|
- name: Command
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Command\Command
|
||
|
- name: Helper
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Helper\Helper
|
||
|
- 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: 'true'
|
||
|
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
|
||
|
- name: getApplicationTitle
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: application
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Application
|
||
|
- Symfony\Component\Console\Command\Command
|
||
|
- Symfony\Component\Console\Helper\Helper
|
||
|
- Symfony\Component\Console\Input\InputArgument
|
||
|
- Symfony\Component\Console\Input\InputDefinition
|
||
|
- Symfony\Component\Console\Input\InputOption
|
||
|
- Symfony\Component\Console\Output\OutputInterface
|
||
|
interfaces: []
|