Documentation

RendererService
in package
implements FragmentRendererInterface

Interfaces, Classes and Traits

FragmentRendererInterface
Interface implemented by all rendering strategies.

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(mixed $uri[, Request $request = null ][, array<string|int, mixed> $options = [] ]) : Response
Parameters
$uri : mixed

A URI as a string or a ControllerReference instance

$request : Request = null

A Request instance

$options : array<string|int, mixed> = []

An array of options

Return values
Response

A Response instance

Search results