[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 81 lines (2 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
AutoLoader:: (4 methods):
__construct()
load()
register()
unregister()
Class: AutoLoader - X-Ref
PSR-0 Autoloader__construct($namespace, $path) X-Ref |
Build the instance of the autoloader param: string $namespace The prefixed namespace this instance will load param: string $path The filesystem path to the root of the namespace |
load($class) X-Ref |
Try to load a class param: string $class The class name to load return: boolean If the loading was successful |
register() X-Ref |
Register the autoloader to PHP return: boolean The status of the registration |
unregister() X-Ref |
Unregister the autoloader to PHP return: boolean The status of the unregistration |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |