MediaWiki  REL1_19
AutoLoader.php File Reference

This defines autoloading handler for whole MediaWiki framework. More...

Go to the source code of this file.

Classes

class  AutoLoader

Variables

global $wgAutoloadLocalClasses
 Locations of core classes Extension classes are specified with $wgAutoloadClasses This array is a global instead of a static member of AutoLoader to work around a bug in APC.

Detailed Description

This defines autoloading handler for whole MediaWiki framework.

Definition in file AutoLoader.php.


Variable Documentation

$wgAutoloadLocalClasses

Locations of core classes Extension classes are specified with $wgAutoloadClasses This array is a global instead of a static member of AutoLoader to work around a bug in APC.

Definition at line 13 of file AutoLoader.php.

Referenced by AutoLoader\autoload(), CheckAutoLoader\execute(), and ApiBase\makeHelpMsg_callback().