[ Index ]

PHP Cross Reference of phpBB-3.3.12-deutsch

title

Body

[close]

/vendor/symfony/routing/Loader/ -> ObjectRouteLoader.php (summary)

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

Author: Ryan Weaver <ryan@knpuniversity.com>
File Size: 95 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  load()
  supports()
  addClassResource()

Functions
Functions that are not part of a class:

load($resource, $type = null)   X-Ref
Calls the service that will load the routes.

return: RouteCollection
param: mixed       $resource Some value that will resolve to a callable
param: string|null $type     The resource type

supports($resource, $type = null)   X-Ref
{@inheritdoc}


addClassResource(\ReflectionClass $class, RouteCollection $collection)   X-Ref
No description



Generated: Sun Jun 23 12:25:44 2024 Cross-referenced by PHPXref 0.7.1