[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/Requests/ -> 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: 3 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.

param: string $class_name Name of the class name to load.
return: bool Whether a class was loaded or not.



Generated: Mon Dec 6 01:00:03 2021 Cross-referenced by PHPXref 0.7.1