Class NSimpleLoader
Auto loader is responsible for loading classes and interfaces.
NObject | --NAutoLoader | --NSimpleLoader
Public Method Summary | |
---|---|
void |
tryLoad
(string $type)
Handles autoloading of classes or interfaces.
|
Methods Inherited From NAutoLoader |
---|
getLoaders(), load(), register(), tryLoad(), unregister() |
Methods Inherited From NObject |
---|
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
Variable Summary |
---|
Method Details | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
line 41 tryLoadpublic void tryLoad (string $type) Handles autoloading of classes or interfaces.
|