Autoloader
Class: Class Autoloader
Source: autoloader.php:18
Search the Code Reference for more information about Neve's hooks.
Class: Class Autoloader
Source: autoloader.php:18
Method: Register loader with SPL autoloader stack.
Source: autoloader.php:32
Method: Adds a base directory for a namespace prefix.
Source: autoloader.php:48
Method: Loads the class file for a given class name.
Source: autoloader.php:76
Method: Load the mapped file for a namespace prefix and relative class.
Source: autoloader.php:114
Method: If a file exists, require it from the file system.
Source: autoloader.php:147