[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

File Size: 137 lines (4 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 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: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1