50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
name: HelpCommand
|
|
class_comment: '# * HelpCommand displays the help for a given command.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
|
dependencies:
|
|
- name: ApplicationDescription
|
|
type: class
|
|
source: Symfony\Component\Console\Descriptor\ApplicationDescription
|
|
- name: DescriptorHelper
|
|
type: class
|
|
source: Symfony\Component\Console\Helper\DescriptorHelper
|
|
- 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
|
|
properties: []
|
|
methods:
|
|
- name: configure
|
|
visibility: protected
|
|
parameters: []
|
|
comment: null
|
|
- name: setCommand
|
|
visibility: public
|
|
parameters:
|
|
- name: command
|
|
comment: null
|
|
- name: execute
|
|
visibility: protected
|
|
parameters:
|
|
- name: input
|
|
- name: output
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Console\Descriptor\ApplicationDescription
|
|
- Symfony\Component\Console\Helper\DescriptorHelper
|
|
- Symfony\Component\Console\Input\InputArgument
|
|
- Symfony\Component\Console\Input\InputInterface
|
|
- Symfony\Component\Console\Input\InputOption
|
|
- Symfony\Component\Console\Output\OutputInterface
|
|
interfaces: []
|