interface FragmentRendererInterface
Interface implemented by all rendering strategies.
Methods
Response | render(string|ControllerReference $uri, Request $request, array $options = array()) Renders a URI and returns the Response content. | |
string | getName() Gets the name of the strategy. |
Details
Response render(string|ControllerReference $uri, Request $request, array $options = array())
Renders a URI and returns the Response content.
string getName()
Gets the name of the strategy.
Please login to continue.