[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-kernel/Fragment/ -> RoutableFragmentRenderer.php (summary)

Adds the possibility to generate a fragment URI for a given Controller.

Author: Fabien Potencier <fabien@symfony.com>
File Size: 90 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  setFragmentPath()
  generateFragmentUri()
  checkNonScalar()

Functions
Functions that are not part of a class:

setFragmentPath($path)   X-Ref
Sets the fragment path that triggers the fragment listener.

param: string $path The path

generateFragmentUri(ControllerReference $reference, Request $request, $absolute = false, $strict = true)   X-Ref
Generates a fragment URI for a given controller.

param: ControllerReference $reference A ControllerReference instance
param: Request             $request   A Request instance
param: bool                $absolute  Whether to generate an absolute URL or not
param: bool                $strict    Whether to allow non-scalar attributes or not
return: string A fragment URI

checkNonScalar($values)   X-Ref
No description



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1