메소드 | 설명 | |
---|---|---|
autoload ( string $class ) : boolean | Give a class name and it will require the file. | |
register ( boolean $prepend = true ) | Register the autoloader, by default this will put the BitPay autoloader first on the stack, to append the autoloader, pass false as an argument. | |
unregister ( ) | Unregister this autoloader |