interface FragmentUriGeneratorInterface

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

Methods

string
generate(ControllerReference$controller,Request$request =null,bool$absolute =false,bool$strict =true,bool$sign =true)

Generates a fragment URI for a given controller.

Details

string generate(ControllerReference$controller,Request$request =null,bool$absolute =false,bool$strict =true,bool$sign =true)

Generates a fragment URI for a given controller.

Parameters

ControllerReference $controller
Request $request
bool $absolute
bool $strict
bool $sign

Return Value

string