Namespace Nette
NAmbiguousServiceException | Ambiguous service resolution exception. |
NArrayList | Provides the base class for a generic list (items can be accessed by index). |
NArrayTools | Array tools library. |
NCallback | PHP callback encapsulation. |
NCallbackFilterIterator | NCallback iterator filter. |
NClosureFix | |
NComponent | NComponent is the base class for all components. |
NComponentContainer | NComponentContainer is default implementation of IComponentContainer. |
NConfigurator | NEnvironment helper. |
NContext | The dependency injection container default implementation. |
NDebug | Debugger: displays and logs errors. |
NDebugPanel | IDebugPanel implementation helper. |
NEnvironment | Nette environment and configuration. |
NFinder | NFinder allows searching through directory trees using iterator. |
NFramework | The Nette Framework. |
NFreezableObject | Defines an object that has a modifiable and a read-only (frozen) state. |
NGenericRecursiveIterator | Generic recursive iterator. |
NImage | Basic manipulation with images. |
NImageMagick | Manipulation with large images using NImageMagick. |
NInstanceFilterIterator | Instance iterator filter. |
NJson | JSON encoder and decoder. |
NJsonException | The exception that indicates error of JSON encoding/decoding. |
NNeonException | The exception that indicates error of NEON decoding. |
NNeonParser | Simple parser for Nette NObject Notation. |
NObject | NObject is the ultimate ancestor of all instantiable classes. |
NObjectMixin | NObject behaviour mixin. |
NPaginator | Paginating math. |
NRecursiveCallbackFilterIterator | NCallback recursive iterator filter. |
NRecursiveComponentIterator | Recursive component iterator. See NComponentContainer::getComponents(). |
NRegexpException | The exception that indicates error of the last Regexp execution. |
NSafeStream | Thread safe / atomic file manipulation. Stream safe:// |
NSmartCachingIterator | Smarter caching interator. |
NString | NString tools library. |
NTokenizer | Simple tokenizer. |
NTokenizerException | The exception that indicates tokenizer error. |
NTools | NTools 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 | NObject that has a modifiable and a read-only (frozen) state. |
ITranslator | Translator adapter. |