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 RouteCompilerInterface

RouteCompilerInterface is the interface that all RouteCompiler classes must implement.

Direct known implementers

Symfony\Component\Routing\RouteCompiler
Namespace: Symfony\Component\Routing
Author: Fabien Potencier <fabien@symfony.com>
Located at RouteCompilerInterface.php
Methods summary
public static Symfony\Component\Routing\CompiledRoute
# compile( Symfony\Component\Routing\Route $route )

Compiles the current route instance.

Compiles the current route instance.

Parameters

$route
Symfony\Component\Routing\Route
$route A Route instance

Returns

Symfony\Component\Routing\CompiledRoute
A CompiledRoute instance

Throws

LogicException
If the Route cannot be compiled because the path or host pattern is invalid
Ratchet API documentation generated by ApiGen 2.8.0