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