[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 52 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. |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |