| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
FileLoader is the abstract class used by all built-in loaders that are file based.
| Author: | Fabien Potencier <fabien@symfony.com> |
| File Size: | 132 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| __construct(FileLocatorInterface $locator) X-Ref |
| Constructor. param: FileLocatorInterface $locator A FileLocatorInterface instance |
| setCurrentDir($dir) X-Ref |
| Sets the current directory. param: string $dir |
| getLocator() X-Ref |
| Returns the file locator used by this loader. return: FileLocatorInterface |
| import($resource, $type = null, $ignoreErrors = false, $sourceResource = null) X-Ref |
| Imports a resource. param: mixed $resource A Resource param: string|null $type The resource type or null if unknown param: bool $ignoreErrors Whether to ignore import errors or not param: string|null $sourceResource The original resource importing the new resource return: mixed |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |