namespace Nette\Loaders
Class AutoLoader
Auto loader is responsible for loading classes and interfaces.
- Nette\Object
-
Nette\Loaders\AutoLoader
final public static
void
|
#
load(
string
$type
)
Try to load the requested class. Try to load the requested class. Parameters$type string class/interface name |
final public static
array
|
#
getLoaders(
)
Return all registered autoloaders. Return all registered autoloaders. Returnsarray of AutoLoader
|
public
void
|
#
register(
)
Register autoloader. Register autoloader. |
public
bool
|
#
unregister(
)
Unregister autoloader. Unregister autoloader. |
abstract public
void
|
#
tryLoad(
string
$type
)
Handles autoloading of classes or interfaces. Handles autoloading of classes or interfaces. Parameters$type string |
Methods Inherited From Nette\Object
getReflection(), __call(), __callStatic(), extensionMethod(), __get(), __set(), __isset(), __unset()
static
int
|
$count | 0 |
for profiling purposes # |