47 lines
1,022 B
YAML
47 lines
1,022 B
YAML
|
name: ConsoleSignalEvent
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: Command
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Command\Command
|
||
|
- name: InputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Input\InputInterface
|
||
|
- name: OutputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\OutputInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: command
|
||
|
- name: input
|
||
|
- name: output
|
||
|
- name: handlingSignal
|
||
|
- name: exitCode
|
||
|
default: '0'
|
||
|
comment: null
|
||
|
- name: getHandlingSignal
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: setExitCode
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: exitCode
|
||
|
comment: null
|
||
|
- name: abortExit
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getExitCode
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Command\Command
|
||
|
- Symfony\Component\Console\Input\InputInterface
|
||
|
- Symfony\Component\Console\Output\OutputInterface
|
||
|
interfaces: []
|