Documentation

InlineFragmentRenderer extends RoutableFragmentRenderer
in package

Implements the inline rendering strategy where the Request is rendered by the current HTTP kernel.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$dispatcher  : mixed
$kernel  : mixed

Methods

__construct()  : mixed
getName()  : string
{@inheritdoc}
render()  : Response
{@inheritdoc}
setFragmentPath()  : mixed
Sets the fragment path that triggers the fragment listener.
createSubRequest()  : mixed
generateFragmentUri()  : string
Generates a fragment URI for a given controller.

Properties

Methods

generateFragmentUri()

Generates a fragment URI for a given controller.

protected generateFragmentUri(ControllerReference $reference, Request $request[, bool $absolute = false ][, bool $strict = true ]) : string
Parameters
$reference : ControllerReference
$request : Request
$absolute : bool = false

Whether to generate an absolute URL or not

$strict : bool = true

Whether to allow non-scalar attributes or not

Return values
string

        
On this page

Search results