[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 198 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ClassNotFoundFatalErrorHandler:: (5 methods):
handleError()
getClassCandidates()
findClassInPath()
convertFileToClass()
classExists()
Class: ClassNotFoundFatalErrorHandler - X-Ref
ErrorHandler for classes that do not exist.handleError(array $error, FatalErrorException $exception) X-Ref |
{@inheritdoc} |
getClassCandidates($class) X-Ref |
Tries to guess the full namespace for a given class name. By default, it looks for PSR-0 and PSR-4 classes registered via a Symfony or a Composer autoloader (that should cover all common cases). param: string $class A class name (without its namespace) return: array An array of possible fully qualified class names |
findClassInPath($path, $class, $prefix) X-Ref |
param: string $path param: string $class param: string $prefix return: array |
convertFileToClass($path, $file, $prefix) X-Ref |
param: string $path param: string $file param: string $prefix return: string|null |
classExists($class) X-Ref |
param: string $class return: bool |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |