[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/vendor/lusitanian/oauth/src/OAuth/Common/ -> AutoLoader.php (summary)

(no description)

File Size: 81 lines (2 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

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: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1