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

  • ServiceRouterLoader
  • Overview
  • Namespace
  • Class
  • Tree

Class ServiceRouterLoader

A route loader that executes a service to load the routes.

This depends on the DependencyInjection component.

Symfony\Component\Config\Loader\Loader
Extended by Symfony\Component\Routing\Loader\ObjectRouteLoader
Extended by Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader
Namespace: Symfony\Component\Routing\Loader\DependencyInjection
Author: Ryan Weaver <ryan@knpuniversity.com>
Located at Loader/DependencyInjection/ServiceRouterLoader.php
Methods summary
public
# __construct( Symfony\Component\DependencyInjection\ContainerInterface $container )
protected object
# getServiceObject( string $id )

Returns the object that the method will be called on to load routes.

Returns the object that the method will be called on to load routes.

For example, if your application uses a service container, the $id may be a service id.

Parameters

$id
string
$id

Returns

object
Methods inherited from Symfony\Component\Routing\Loader\ObjectRouteLoader
load(), supports()
Ratchet API documentation generated by ApiGen 2.8.0