Static Public Member Functions | |
static | autoload ($className) |
autoload - take a class name and attempt to load it | |
static | loadAllExtensions () |
Definition at line 543 of file AutoLoader.php.
static AutoLoader::autoload | ( | $ | className | ) | [static] |
autoload - take a class name and attempt to load it
string | $className Name of class we're looking for. |
Definition at line 552 of file AutoLoader.php.
References $filename, $IP, $wgAutoloadClasses, $wgAutoloadLocalClasses, and wfDebug().
static AutoLoader::loadAllExtensions | ( | ) | [static] |
Definition at line 586 of file AutoLoader.php.
References $file, and $wgAutoloadClasses.
Referenced by wfLoadAllExtensions().