Packages

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • NAutoLoader
  • NLimitedScope
  • NNetteLoader
  • NRobotLoader
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Class NAutoLoader

Auto loader is responsible for loading classes and interfaces.

NObject
Extended by NAutoLoader

Direct known subclasses

NNetteLoader, NRobotLoader
Abstract
Package: Nette\Loaders
Author: David Grudl
Located at Loaders/AutoLoader.php
Methods summary
final public static
# 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.

Returns

array
of AutoLoader
public
# register( )

Register autoloader.

Register autoloader.

public boolean
# unregister( )

Unregister autoloader.

Unregister autoloader.

Returns

boolean
abstract public
# tryLoad( string $type )

Handles autoloading of classes or interfaces.

Handles autoloading of classes or interfaces.

Parameters

$type
string
Methods inherited from NObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties summary
public static integer $count 0
#

for profiling purposes

for profiling purposes

Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0