[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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: | 126 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct(FileLocatorInterface $locator) X-Ref |
No description |
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: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |