Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • CompiledRoute
  • RequestContext
  • Route
  • RouteCollection
  • RouteCollectionBuilder
  • RouteCompiler
  • Router

Interfaces

  • RequestContextAwareInterface
  • RouteCompilerInterface
  • RouterInterface
  • Overview
  • Namespace
  • Class
  • Tree

Interface RouterInterface

RouterInterface is the interface that all Router classes must implement.

This interface is the concatenation of UrlMatcherInterface and UrlGeneratorInterface.

Symfony\Component\Routing\RouterInterface implements Symfony\Component\Routing\Matcher\UrlMatcherInterface, Symfony\Component\Routing\Generator\UrlGeneratorInterface

Direct known implementers

Symfony\Component\Routing\Router
Namespace: Symfony\Component\Routing
Author: Fabien Potencier <fabien@symfony.com>
Located at RouterInterface.php
Methods summary
public Symfony\Component\Routing\RouteCollection
# getRouteCollection( )

Gets the RouteCollection instance associated with this Router.

Gets the RouteCollection instance associated with this Router.

Returns

Symfony\Component\Routing\RouteCollection
A RouteCollection instance
Methods inherited from Symfony\Component\Routing\Matcher\UrlMatcherInterface
match()
Methods inherited from Symfony\Component\Routing\RequestContextAwareInterface
getContext(), setContext()
Methods inherited from Symfony\Component\Routing\Generator\UrlGeneratorInterface
generate()
Constants inherited from Symfony\Component\Routing\Generator\UrlGeneratorInterface
ABSOLUTE_PATH, ABSOLUTE_URL, NETWORK_PATH, RELATIVE_PATH
Ratchet API documentation generated by ApiGen 2.8.0