Cheetah
|
Public Member Functions | |
__construct ($dir=null) | |
autoload ($class) | |
Static Public Member Functions | |
static | register ($dir=null) |
Autoloads OAuth2 classes
Definition at line 11 of file Autoloader.php.
OAuth2\Autoloader::__construct | ( | $dir = null | ) |
Definition at line 15 of file Autoloader.php.
OAuth2\Autoloader::autoload | ( | $class | ) |
Handles autoloading of classes.
string | $class | A class name. |
Definition at line 38 of file Autoloader.php.
|
static |
Registers OAuth2\Autoloader as an SPL autoloader.
Definition at line 25 of file Autoloader.php.