PHP_Autoloader
This class handles management of the actual PHP autoloader.
Description Description
Source Source
File: vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php
Methods Methods
- load_class — Loads a class file if one could be found.
- register_autoloader — Registers the autoloader with PHP so that it can begin autoloading classes.
- unregister_autoloader — Unregisters the active autoloader so that it will no longer autoload classes.