43 lines
964 B
YAML
43 lines
964 B
YAML
|
name: ConsoleTerminateEvent
|
||
|
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: exitCode
|
||
|
- name: interruptingSignal
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
- name: setExitCode
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: exitCode
|
||
|
comment: null
|
||
|
- name: getExitCode
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getInterruptingSignal
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Command\Command
|
||
|
- Symfony\Component\Console\Input\InputInterface
|
||
|
- Symfony\Component\Console\Output\OutputInterface
|
||
|
interfaces: []
|