platform/api/symfony/Component/Console/Tests/Fixtures/application_signalable.yaml

40 lines
1.1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: application_signalable
class_comment: null
dependencies:
- name: SignalableCommandInterface
type: class
source: Symfony\Component\Console\Command\SignalableCommandInterface
- name: InputInterface
type: class
source: Symfony\Component\Console\Input\InputInterface
- name: OutputInterface
type: class
source: Symfony\Component\Console\Output\OutputInterface
- name: ChoiceQuestion
type: class
source: Symfony\Component\Console\Question\ChoiceQuestion
- name: SingleCommandApplication
type: class
source: Symfony\Component\Console\SingleCommandApplication
properties: []
methods:
- name: getSubscribedSignals
visibility: public
parameters: []
comment: null
- name: handleSignal
visibility: public
parameters:
- name: signal
- name: previousExitCode
default: '0'
comment: null
traits:
- Symfony\Component\Console\Command\SignalableCommandInterface
- Symfony\Component\Console\Input\InputInterface
- Symfony\Component\Console\Output\OutputInterface
- Symfony\Component\Console\Question\ChoiceQuestion
- Symfony\Component\Console\SingleCommandApplication
interfaces:
- SignalableCommandInterface