platform/api/symfony/Component/Console/Command/ListCommand.yaml
2024-09-02 10:44:11 -07:00

46 lines
1.3 KiB
YAML

name: ListCommand
class_comment: '# * ListCommand displays the list of all available commands for the
application.
# *
# * @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: 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: []