Namespace Nette
| AmbiguousServiceException | Ambiguous service resolution exception. |
| ArrayHash | Provides objects to work as array. |
| ArrayList | Provides the base class for a generic list (items can be accessed by index). |
| ArrayTools | Array tools library. |
| Callback | PHP callback encapsulation. |
| CallbackFilterIterator | Callback iterator filter. |
| Component | Component is the base class for all components. |
| ComponentContainer | ComponentContainer is default implementation of IComponentContainer. |
| Configurator | Nette\Environment helper. |
| Context | The dependency injection container default implementation. |
| Debug | Debugger: displays and logs errors. |
| DebugPanel | IDebugPanel implementation helper. |
| Environment | Nette environment and configuration. |
| Finder | Finder allows searching through directory trees using iterator. |
| Framework | The Nette Framework (http://nette.org) |
| FreezableObject | Defines an object that has a modifiable and a read-only (frozen) state. |
| GenericRecursiveIterator | Generic recursive iterator. |
| Image | Basic manipulation with images. |
| InstanceFilterIterator | Instance iterator filter. |
| Json | JSON encoder and decoder. |
| JsonException | The exception that indicates error of JSON encoding/decoding. |
| MapIterator | Applies the callback to the elements of the inner iterator. |
| Neon | Simple parser & generator for Nette Object Notation. |
| NeonException | The exception that indicates error of NEON decoding. |
| Object | Nette\Object is the ultimate ancestor of all instantiable classes. |
| ObjectMixin | Nette\Object behaviour mixin. |
| Paginator | Paginating math. |
| RecursiveCallbackFilterIterator | Callback recursive iterator filter. |
| RegexpException | The exception that indicates error of the last Regexp execution. |
| SafeStream | Provides atomicity and isolation for thread safe file manipulation using stream safe:// |
| SmartCachingIterator | Smarter caching interator. |
| String | String tools library. |
| Tokenizer | Simple lexical analyser. |
| TokenizerException | The exception that indicates tokenizer error. |
| Tools | Tools library. |
| IComponent | Provides functionality required by all components. |
| IComponentContainer | Containers are objects that logically contain zero or more IComponent components. |
| IContext | The dependency injection container. |
| IDebugPanel | Custom output for Nette\Debug. |
| IFreezable | Object that has a modifiable and a read-only (frozen) state. |
| ITranslator | Translator adapter. |