[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

File Size: 152 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

AnnotationFileLoader:: (4 methods):
  __construct()
  load()
  supports()
  findClass()


Class: AnnotationFileLoader  - X-Ref

AnnotationFileLoader loads routing information from annotations set
on a PHP class and its methods.

__construct(FileLocatorInterface $locator, AnnotationClassLoader $loader)   X-Ref


load($file, $type = null)   X-Ref
Loads from annotations from a file.

param: string      $file A PHP file path
param: string|null $type The resource type
return: RouteCollection|null A RouteCollection instance

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


findClass($file)   X-Ref
Returns the full class name for the first class in the file.

param: string $file A PHP file path
return: string|false Full class name if found, false otherwise



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1