Class AutoLoader
The AutoLoader class can be used to scan a directory and register any classes found in the PHP files there, recursively.
These classes will be registered for autoloading.
This class may be built on to use a JSON cache in the future.
public
|
|
protected
|
|
public
string
|
|
public
array
|
#
getClassesInPathByFilename( string $path )
Gets all the classes in PHP files in the specified path, recursively |
public
|
#
registerClassesInPath( string $path )
Recursively scans all PHP files in the given patch and registers any classes found. |
protected
|
$filenamesByClass
|