[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/rmccue/requests/src/ -> Autoload.php (summary)

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

Defines 2 functions

  register()
  load()

Functions
Functions that are not part of a class:

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: Tue Jan 21 05:10:11 2025 Cross-referenced by PHPXref 0.7.1