49 lines
1 KiB
YAML
49 lines
1 KiB
YAML
name: CliRequest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TraceableCommand
|
|
type: class
|
|
source: Symfony\Component\Console\Command\TraceableCommand
|
|
- name: Request
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Request
|
|
- name: Response
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Response
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: command
|
|
comment: null
|
|
- name: getUri
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getMethod
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getResponse
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: exitCode
|
|
comment: null
|
|
- name: getStatusCode
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getClientIp
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Console\Command\TraceableCommand
|
|
- Symfony\Component\HttpFoundation\Request
|
|
- Symfony\Component\HttpFoundation\Response
|
|
interfaces: []
|