MediaWiki  1.28.1
AutoloadGenerator.php File Reference

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...