class ClassCollectionLoader
ClassCollectionLoader.
Methods
| static |
load(array $classes, string $cacheDir, string $name, Boolean $autoReload, Boolean $adaptive = false, string $extension = '.php')
Loads a list of classes and caches them in one big file. |
|
| static string |
fixNamespaceDeclarations(string $source)
Adds brackets around each namespace if it's not already the case. |
|
| static |
enableTokenizer($bool)
This method is only useful for testing. |
Details
at line 37
static public
load(array $classes, string $cacheDir, string $name, Boolean $autoReload, Boolean $adaptive = false, string $extension = '.php')
Loads a list of classes and caches them in one big file.
at line 137
static public string
fixNamespaceDeclarations(string $source)
Adds brackets around each namespace if it's not already the case.
at line 201
static public
enableTokenizer($bool)
This method is only useful for testing.