| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 54 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
LoaderInterface:: (4 methods):
load()
supports()
getResolver()
setResolver()
Interface: LoaderInterface - X-Ref
LoaderInterface is the interface implemented by all loader classes.| load($resource, $type = null) X-Ref |
| Loads a resource. param: mixed $resource The resource param: string|null $type The resource type or null if unknown |
| supports($resource, $type = null) X-Ref |
| Returns whether this class supports the given resource. param: mixed $resource A resource param: string|null $type The resource type or null if unknown return: bool True if this class supports the given resource, false otherwise |
| getResolver() X-Ref |
| Gets the loader resolver. return: LoaderResolverInterface A LoaderResolverInterface instance |
| setResolver(LoaderResolverInterface $resolver) X-Ref |
| Sets the loader resolver. param: LoaderResolverInterface $resolver A LoaderResolverInterface instance |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |