Class NSimpleLoader


Auto loader is responsible for loading classes and interfaces.

NObject
   |
   --NAutoLoader
      |
      --NSimpleLoader
Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Loaders/SimpleLoader.php (line 33)
Public Method Summary
void
tryLoad (string $type)
Handles autoloading of classes or interfaces.
Methods Inherited From NAutoLoader
getLoaders(), load(), register(), tryLoad(), unregister()
Methods Inherited From NObject
extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset()
Variable Summary

Method Details

line 41

tryLoad

public void tryLoad (string $type)

Handles autoloading of classes or interfaces.

Input
string $type
Output
void