FragmentRendererInterface
in
Interface implemented by all rendering strategies.
Tags
Table of Contents
- getName() : string
- Gets the name of the strategy.
- render() : Response
- Renders a URI and returns the Response content.
Methods
getName()
Gets the name of the strategy.
public
getName() : string
Return values
string —render()
Renders a URI and returns the Response content.
public
render(string|ControllerReference $uri, Request $request[, array<string|int, mixed> $options = [] ]) : Response
Parameters
- $uri : string|ControllerReference
-
A URI as a string or a ControllerReference instance
- $request : Request
- $options : array<string|int, mixed> = []