platform/api/symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.yaml

46 lines
1,020 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: FragmentRendererInterface
class_comment: null
dependencies:
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: Response
type: class
source: Symfony\Component\HttpFoundation\Response
- name: ControllerReference
type: class
source: Symfony\Component\HttpKernel\Controller\ControllerReference
properties: []
methods:
- name: render
visibility: public
parameters:
- name: uri
- name: request
- name: options
default: '[]'
comment: '# * Interface implemented by all rendering strategies.
# *
# * @author Fabien Potencier <fabien@symfony.com>
# */
# interface FragmentRendererInterface
# {
# /**
# * Renders a URI and returns the Response content.'
- name: getName
visibility: public
parameters: []
comment: '# * Gets the name of the strategy.'
traits:
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\Response
- Symfony\Component\HttpKernel\Controller\ControllerReference
interfaces: []