| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 98 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
FileLocator:: (3 methods):
__construct()
locate()
isAbsolutePath()
Class: FileLocator - X-Ref
FileLocator uses an array of pre-defined paths to find files.| __construct($paths = []) X-Ref |
param: string|array $paths A path or an array of paths where to look for resources |
| locate($name, $currentPath = null, $first = true) X-Ref |
| {@inheritdoc} |
| isAbsolutePath($file) X-Ref |
| Returns whether the file path is an absolute path. param: string $file A file path return: bool |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |