| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Loader is the abstract class used by all built-in loaders.
| Author: | Fabien Potencier <fabien@symfony.com> |
| File Size: | 78 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| getResolver() X-Ref |
| {@inheritdoc} |
| setResolver(LoaderResolverInterface $resolver) X-Ref |
| {@inheritdoc} |
| import($resource, $type = null) X-Ref |
| Imports a resource. param: mixed $resource A resource param: string|null $type The resource type or null if unknown return: mixed |
| resolve($resource, $type = null) X-Ref |
| Finds a loader able to load an imported resource. param: mixed $resource A resource param: string|null $type The resource type or null if unknown return: $this|LoaderInterface |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |