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

  • AbstractAnnotationLoaderTest
  • AnnotationClassLoaderTest
  • AnnotationDirectoryLoaderTest
  • AnnotationFileLoaderTest
  • ClosureLoaderTest
  • DirectoryLoaderTest
  • ObjectRouteLoaderForTest
  • ObjectRouteLoaderTest
  • PhpFileLoaderTest
  • RouteService
  • XmlFileLoaderTest
  • YamlFileLoaderTest
  • Overview
  • Namespace
  • Class
  • Tree

Class ObjectRouteLoaderForTest

A route loader that calls a method on an object to load the routes.

Symfony\Component\Config\Loader\Loader
Extended by Symfony\Component\Routing\Loader\ObjectRouteLoader
Extended by Symfony\Component\Routing\Tests\Loader\ObjectRouteLoaderForTest
Namespace: Symfony\Component\Routing\Tests\Loader
Author: Ryan Weaver <ryan@knpuniversity.com>
Located at Tests/Loader/ObjectRouteLoaderTest.php
Methods summary
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()
Properties summary
public array $loaderMap array()
#
Ratchet API documentation generated by ApiGen 2.8.0