MediaWiki REL1_32
|
Go to the source code of this file.
Classes | |
class | AutoloadGenerator |
Accepts a list of files and directories to search for php files and generates $wgAutoloadLocalClasses or $wgAutoloadClasses lines for all detected classes. More... | |
class | ClassCollector |
Reads PHP code and returns the FQCN of every class defined within it. More... | |