[ Index ] |
PHP Cross Reference of phpBB-3.1.12-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: LoaderInterface A LoaderInterface instance |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |