Namespace Nette
NArrayHash | Provides objects to work as array. |
NArrayList | Provides the base class for a generic list (items can be accessed by index). |
NArrayTools | Array tools library. |
NCallback | PHP callback encapsulation. |
NCallbackFilterIterator | Callback iterator filter. |
NClosureFix | |
NComponent | Component is the base class for all components. |
NComponentContainer | ComponentContainer is default implementation of IComponentContainer. |
NConfigurator | NEnvironment helper. |
NContext | The dependency injection container default implementation. |
NCriticalSection | Critical sections support. |
NDateTime53 | DateTime with serialization and timestamp support for PHP 5.2. |
NDebug | Debugger: displays and logs errors. |
NDebugPanel | IDebugPanel implementation helper. |
NEnvironment | Nette environment and configuration. |
NFinder | Finder allows searching through directory trees using iterator. |
NFramework | The Nette Framework (http://nette.org) |
NFreezableObject | Defines an object that has a modifiable and a read-only (frozen) state. |
NGenericRecursiveIterator | Generic recursive iterator. |
NImage | Basic manipulation with images. |
NInstanceFilterIterator | Instance iterator filter. |
NJson | JSON encoder and decoder. |
NMapIterator | Applies the callback to the elements of the inner iterator. |
NMimeTypeDetector | Mime type detector. |
NNeon | Simple parser & generator for Nette Object Notation. |
NObject | NObject is the ultimate ancestor of all instantiable classes. |
NObjectMixin | NObject behaviour mixin. |
NPaginator | Paginating math. |
NRecursiveCallbackFilterIterator | Callback recursive iterator filter. |
NSmartCachingIterator | Smarter caching interator. |
NString | String 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 NDebug. |
IFreezable | Object that has a modifiable and a read-only (frozen) state. |
ITranslator | Translator adapter. |
NAmbiguousServiceException | Ambiguous service resolution exception. |
NJsonException | The exception that indicates error of JSON encoding/decoding. |
NNeonException | The exception that indicates error of NEON decoding. |
NRegexpException | The exception that indicates error of the last Regexp execution. |