Class NetteLoader (namespace Nette\Loaders)
Nette auto loader is responsible for loading Nette classes and interfaces.
Object | --AutoLoader | --NetteLoader
| Public Method Summary | |
|---|---|
| static NetteLoader |
getInstance
()
Returns singleton instance with lazy instantiation.
|
| 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 | ||||
|---|---|---|---|---|
| string | $base | |
line 40 base file path |
|
| static NetteLoader | $instance | |
line 37 |
|
| array | $list | array(
'abortexception' => '/Application/AbortException.php',
'ajaxdriver' =>... |
line 43 |
|
| Method Details | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 203 getInstancepublic static NetteLoader getInstance () Returns singleton instance with lazy instantiation.
|
||||||||||||
|
line 218 tryLoadpublic void tryLoad (string $type) Handles autoloading of classes or interfaces.
|
||||||||||||
