Namespace Nette
AmbiguousServiceException | Ambiguous service resolution exception. |
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. |
FreezableObject | Defines an object that has a modifiable and a read-only (frozen) state. |
GenericRecursiveIterator | Generic recursive iterator. |
Image | Basic manipulation with images. |
ImageMagick | Manipulation with large images using ImageMagick. |
InstanceFilterIterator | Instance iterator filter. |
Json | JSON encoder and decoder. |
JsonException | The exception that indicates error of JSON encoding/decoding. |
NeonException | The exception that indicates error of NEON decoding. |
NeonParser | Simple parser for Nette Object Notation. |
Object | Nette\Object is the ultimate ancestor of all instantiable classes. |
ObjectMixin | Nette\Object behaviour mixin. |
Paginator | Paginating math. |
RecursiveCallbackFilterIterator | Callback recursive iterator filter. |
RecursiveComponentIterator | Recursive component iterator. See ComponentContainer::getComponents(). |
RegexpException | The exception that indicates error of the last Regexp execution. |
SafeStream | Thread safe / atomic file manipulation. Stream safe:// |
SmartCachingIterator | Smarter caching interator. |
String | String tools library. |
Tokenizer | Simple tokenizer. |
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. |