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