mediatekformation

FragmentRendererInterface

Interface implemented by all rendering strategies.

Tags
author

Fabien Potencier fabien@symfony.com

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

The strategy name

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> = []
Return values
Response

A Response instance

Search results