| [ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
Autoloader for Requests for PHP. Include this file if you'd like to avoid having to create your own autoloader.
| File Size: | 187 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| register() X-Ref |
| Register the autoloader. Note: the autoloader is *prepended* in the autoload queue. This is done to ensure that the Requests 2.0 autoloader takes precedence over a potentially (dependency-registered) Requests 1.x autoloader. return: void |
| load($class_name) X-Ref |
| Autoloader. param: string $class_name Name of the class name to load. return: bool Whether a class was loaded or not. |
| Generated: Wed Nov 5 05:10:36 2025 | Cross-referenced by PHPXref 0.7.1 |