mediatekformation

HttpKernelRuntime
in package

Provides integration with the HttpKernel component.

Tags
author

Fabien Potencier fabien@symfony.com

final

since Symfony 4.4

Table of Contents

$handler  : mixed
__construct()  : mixed
renderFragment()  : string
Renders a fragment.
renderFragmentStrategy()  : string
Renders a fragment.

Properties

Methods

renderFragmentStrategy()

Renders a fragment.

public renderFragmentStrategy(string $strategy, string|ControllerReference $uri[, array<string|int, mixed> $options = [] ]) : string
Parameters
$strategy : string

A strategy name

$uri : string|ControllerReference

A URI as a string or a ControllerReference instance

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

An array of options

Tags
see
FragmentHandler::render()
Return values
string

The fragment content

Search results