| [ Index ] | 
		    PHP Cross Reference of phpBB-3.3.14-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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |