platform/api/symfony/Component/HttpKernel/TerminableInterface.yaml

45 lines
973 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []