| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[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: | 3 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. return: bool Whether a class was loaded or not. param: string $class_name Name of the class name to load. |
| Generated : Fri Nov 14 08:20:08 2025 | Cross-referenced by PHPXref |