Documentation

FragmentUriGeneratorInterface

Interface implemented by rendering strategies able to generate an URL for a fragment.

Tags
author

Kévin Dunglas kevin@dunglas.fr

Table of Contents

generate()  : string
Generates a fragment URI for a given controller.

Methods

generate()

Generates a fragment URI for a given controller.

public generate(ControllerReference $controller[, Request|null $request = null ][, bool $absolute = false ][, bool $strict = true ][, bool $sign = true ]) : string
Parameters
$controller : ControllerReference
$request : Request|null = null
$absolute : bool = false

Whether to generate an absolute URL or not

$strict : bool = true

Whether to allow non-scalar attributes or not

$sign : bool = true

Whether to sign the URL or not

Return values
string

Search results