mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: fix the ClassInfo::allClasses to fetch manifest data directly
This commit is contained in:
parent
e262a29193
commit
705a29d00a
@ -9,10 +9,10 @@
|
|||||||
*/
|
*/
|
||||||
class ClassInfo {
|
class ClassInfo {
|
||||||
/**
|
/**
|
||||||
* @todo Improve documentation
|
* Wrapper for classes getter.
|
||||||
*/
|
*/
|
||||||
static function allClasses() {
|
static function allClasses() {
|
||||||
return SS_ClassLoader::instance()->allClasses();
|
return SS_ClassLoader::instance()->getManifest()->getClasses();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user