Namespace Nette
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 | Environment helper. |
Context | The dependency injection container default implementation. |
CriticalSection | Critical sections support. |
DateTime53 | DateTime with serialization and timestamp support for PHP 5.2. |
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. |
MapIterator | Applies the callback to the elements of the inner iterator. |
MimeTypeDetector | Mime type detector. |
NClosureFix | |
Neon | Simple parser & generator for Nette Object Notation. |
Object | Object is the ultimate ancestor of all instantiable classes. |
ObjectMixin | Object behaviour mixin. |
Paginator | Paginating math. |
RecursiveCallbackFilterIterator | Callback recursive iterator filter. |
SmartCachingIterator | Smarter caching interator. |
String | 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 Debug. |
IFreezable | Object that has a modifiable and a read-only (frozen) state. |
ITranslator | Translator adapter. |
AmbiguousServiceException | Ambiguous service resolution exception. |
JsonException | The exception that indicates error of JSON encoding/decoding. |
NeonException | The exception that indicates error of NEON decoding. |
RegexpException | The exception that indicates error of the last Regexp execution. |