Packages

  • Nette
    • Application
      • Application\Diagnostics
      • Application\Responses
      • Application\Routers
      • Application\UI
    • Caching
      • Caching\Storages
    • ComponentModel
    • Config
      • Config\Extensions
    • Database
      • Database\Diagnostics
      • Database\Drivers
      • Database\Reflection
      • Database\Table
    • DI
      • DI\Diagnostics
    • Diagnostics
    • Forms
      • Forms\Controls
      • Forms\Rendering
    • Http
    • Iterators
    • Latte
      • Latte\Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Security\Diagnostics
    • Templating
    • Utils
      • Utils\PhpGenerator
  • NetteModule
  • None
  • PHP

Classes

  • NAutoLoader
  • NNetteLoader
  • NRobotLoader
  • Overview
  • Package
  • Class
  • Tree

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 2.0beta2 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0