[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 142 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
AnnotationFileLoader:: (4 methods):
__construct()
load()
supports()
findClass()
Class: AnnotationFileLoader - X-Ref
AnnotationFileLoader loads routing information from annotations set__construct(FileLocatorInterface $locator, AnnotationClassLoader $loader) X-Ref |
Constructor. param: FileLocatorInterface $locator A FileLocator instance param: AnnotationClassLoader $loader An AnnotationClassLoader instance |
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: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |