[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/routing/ -> RouterInterface.php (summary)

(no description)

File Size: 35 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RouterInterface:: (1 method):
  getRouteCollection()


Interface: RouterInterface  - X-Ref

RouterInterface is the interface that all Router classes must implement.

This interface is the concatenation of UrlMatcherInterface and UrlGeneratorInterface.

getRouteCollection()   X-Ref
Gets the RouteCollection instance associated with this Router.

WARNING: This method should never be used at runtime as it is SLOW.
You might use it in a cache warmer though.

return: RouteCollection A RouteCollection instance



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