44 lines
973 B
YAML
44 lines
973 B
YAML
name: TerminableInterface
|
|
class_comment: null
|
|
dependencies:
|
|
- name: Request
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Request
|
|
- name: Response
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Response
|
|
properties: []
|
|
methods:
|
|
- name: terminate
|
|
visibility: public
|
|
parameters:
|
|
- name: request
|
|
- name: response
|
|
comment: '# * Terminable extends the Kernel request/response cycle with dispatching
|
|
a post
|
|
|
|
# * response event after sending the response and before shutting down the kernel.
|
|
|
|
# *
|
|
|
|
# * @author Jordi Boggiano <j.boggiano@seld.be>
|
|
|
|
# * @author Pierre Minnieur <pierre.minnieur@sensiolabs.de>
|
|
|
|
# */
|
|
|
|
# interface TerminableInterface
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * Terminates a request/response cycle.
|
|
|
|
# *
|
|
|
|
# * Should be called after sending the response and before shutting down the kernel.'
|
|
traits:
|
|
- Symfony\Component\HttpFoundation\Request
|
|
- Symfony\Component\HttpFoundation\Response
|
|
interfaces: []
|