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 RequestContextAwareInterface

Direct known implementers

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

Indirect known implementers

Symfony\Component\Routing\Generator\UrlGenerator, Symfony\Component\Routing\Matcher\RedirectableUrlMatcher, Symfony\Component\Routing\Matcher\TraceableUrlMatcher, Symfony\Component\Routing\Matcher\UrlMatcher, Symfony\Component\Routing\Router, Symfony\Component\Routing\RouterInterface, Symfony\Component\Routing\Tests\Fixtures\RedirectableUrlMatcher
Namespace: Symfony\Component\Routing
Located at RequestContextAwareInterface.php
Methods summary
public
# setContext( Symfony\Component\Routing\RequestContext $context )

Sets the request context.

Sets the request context.

Parameters

$context
Symfony\Component\Routing\RequestContext
$context The context
public Symfony\Component\Routing\RequestContext
# getContext( )

Gets the request context.

Gets the request context.

Returns

Symfony\Component\Routing\RequestContext
The context
Ratchet API documentation generated by ApiGen 2.8.0