[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
FileLoader is the abstract class used by all built-in loaders that are file based.
Author: | Fabien Potencier <fabien@symfony.com> |
File Size: | 176 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct(ContainerBuilder $container, FileLocatorInterface $locator) X-Ref |
No description |
registerClasses(Definition $prototype, $namespace, $resource, $exclude = null) X-Ref |
Registers a set of classes as services using PSR-4 for discovery. param: Definition $prototype A definition to use as template param: string $namespace The namespace prefix of classes in the scanned directory param: string $resource The directory to look for classes, glob-patterns allowed param: string $exclude A globed path of files to exclude |
setDefinition($id, Definition $definition) X-Ref |
Registers a definition in the container with its instanceof-conditionals. param: string $id |
findClasses($namespace, $pattern, $excludePattern) X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |