[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 342 lines (13 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DebugClassLoader:: (6 methods):
__construct()
getClassLoader()
enable()
disable()
findFile()
loadClass()
Class: DebugClassLoader - X-Ref
Autoloader checking if the class is really defined in the file found.__construct($classLoader) X-Ref |
param: callable|object $classLoader Passing an object is @deprecated since version 2.5 and support for it will be removed in 3.0 |
getClassLoader() X-Ref |
Gets the wrapped class loader. return: callable|object A class loader. Since version 2.5, returning an object is @deprecated and support for it will be removed in 3.0 |
enable() X-Ref |
Wraps all autoloaders. |
disable() X-Ref |
Disables the wrapping. |
findFile($class) X-Ref |
Finds a file by class name. param: string $class A class name to resolve to file return: string|null |
loadClass($class) X-Ref |
Loads the given class or interface. param: string $class The name of the class return: bool|null True, if loaded |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |