All Classes
| AbortException | The exception that is thrown when user attempts to terminate the current presenter or application. |
| AmbiguousServiceException | Ambiguous service resolution exception. |
| Annotation | Basic annotation implementation. |
| AnnotationsParser | Annotations support for PHP. |
| AppForm | Web form as presenter component. |
| Application | Front Controller. |
| ApplicationException | Application fatal error. |
| ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |
| 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. |
| AuthenticationException | Authentication exception. |
| AutoLoader | Auto loader is responsible for loading classes and interfaces. |
| BadRequestException | Bad HTTP / presenter request exception. |
| BadSignalException | Signal exception. |
| Button | Push button control with no default behavior. |
| Cache | Implements the cache for a application. |
| CachingHelper | Caching template helper. |
| CachingIterator | |
| Callback | PHP callback encapsulation. |
| CallbackFilterIterator | Callback iterator filter. |
| Checkbox | Check box control. Allows the user to select a true or false condition. |
| ClassReflection | Reports information about a class. |
| CliRouter | The unidirectional router for CLI. (experimental) |
| Component | Component is the base class for all components. |
| ComponentContainer | ComponentContainer is default implementation of IComponentContainer. |
| Config | Configuration storage. |
| ConfigAdapterIni | Reading and writing INI files. |
| ConfigAdapterNeon | Reading and writing INI files. |
| Configurator | Nette\Environment helper. |
| Connection | Represents a connection between PHP and a database server. |
| Context | The dependency injection container default implementation. |
| Control | Control is renderable component. |
| DatabasePanel | Debug panel for Nette\Database |
| DatabaseReflection | Reflection metadata class for a database. TEMPORARY SOLUTION |
| Debug | Debugger: displays and logs errors. |
| DebugPanel | IDebugPanel implementation helper. |
| DefaultFormRenderer | Converts a Form into the HTML output. |
| DeprecatedException | The exception that is thrown when a requested method or operation is deprecated. |
| DirectoryNotFoundException | The exception that is thrown when part of a file or directory cannot be found. |
| DownloadResponse | File download response. |
| DummyStorage | Cache dummy storage. |
| Environment | Nette environment and configuration. |
| ErrorException | |
| Exception | |
| ExtensionReflection | Reports information about a extension. |
| FatalErrorException | The exception that indicates errors that can not be recovered from. |
| FileJournal | Btree+ based file journal. |
| FileNotFoundException | The exception that is thrown when accessing a file that does not exist on disk. |
| FileStorage | Cache file storage. |
| FileTemplate | Template stored in file. |
| FileUpload | Text box and browse button that allow users to select a file to upload to the server. |
| FilterIterator | |
| Finder | Finder allows searching through directory trees using iterator. |
| ForbiddenRequestException | Forbidden request exception – access denied. |
| Form | Creates, validates and renders HTML forms. |
| FormContainer | Container for form controls. |
| FormControl | Base class that implements the basic functionality common to form controls. |
| FormGroup | A user group of form controls. |
| ForwardingResponse | Forwards to new request. |
| Framework | The Nette Framework (http://nette.org) |
| FreezableObject | Defines an object that has a modifiable and a read-only (frozen) state. |
| FunctionReflection | Reports information about a function. |
| GenericRecursiveIterator | Generic recursive iterator. |
| GroupedTableSelection | Representation of filtered table grouped by some column. |
| HiddenField | Hidden form control used to store a non-displayed value. |
| Html | HTML helper. |
| HttpContext | HTTP-specific tasks. |
| HttpRequest | HttpRequest provides access scheme for request sent via HTTP. |
| HttpRequestFactory | Current HTTP request factory. |
| HttpResponse | HttpResponse class. |
| HttpUploadedFile | Provides access to individual files that have been uploaded by a client. |
| Identity | Default implementation of IIdentity. |
| Image | Basic manipulation with images. |
| ImageButton | Submittable image button form control. |
| InstanceFilterIterator | Instance iterator filter. |
| InvalidArgumentException | |
| InvalidLinkException | Link generation exception. |
| InvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |
| InvalidStateException | The exception that is thrown when a method call is invalid for the object's current state, method has been invoked at an illegal or inappropriate time. |
| IOException | The exception that is thrown when an I/O error occurs. |
| IteratorIterator | |
| Json | JSON encoder and decoder. |
| JsonException | The exception that indicates error of JSON encoding/decoding. |
| JsonResponse | JSON response used for AJAX requests. |
| LatteException | The exception occured during Latte compilation. |
| LatteFilter | Compile-time filter Latte. |
| LatteMacros | Default macros for filter LatteFilter. |
| LimitedScope | Limited scope for PHP code evaluation and script including. |
| Link | Lazy encapsulation of PresenterComponent::link(). |
| LogicException | |
| Mail provides functionality to compose and send both text and MIME-compliant multipart email messages. | |
| MailMimePart | MIME message part. |
| MapIterator | Applies the callback to the elements of the inner iterator. |
| MemberAccessException | The exception that is thrown when accessing a class member (property or method) fails. |
| MemcachedStorage | Memcached storage. |
| MemoryStorage | Memory cache storage. |
| MethodReflection | Reports information about a method. |
| MultiRouter | The router broker. |
| MultiSelectBox | Select box control that allows multiple item selection. |
| Neon | Simple parser & generator for Nette Object Notation. |
| NeonException | The exception that indicates error of NEON decoding. |
| NetteLoader | Nette auto loader is responsible for loading Nette classes and interfaces. |
| NotImplementedException | The exception that is thrown when a requested method or operation is not implemented. |
| NotSupportedException | The exception that is thrown when an invoked method is not supported. |
| Object | Nette\Object is the ultimate ancestor of all instantiable classes. |
| ObjectMixin | Nette\Object behaviour mixin. |
| Paginator | Paginating math. |
| ParameterReflection | Reports information about a method's parameter. |
| PDO | |
| PdoMsSqlDriver | Supplemental MS SQL database driver. |
| PdoMySqlDriver | Supplemental MySQL database driver. |
| PdoOciDriver | Supplemental Oracle database driver. |
| PdoOdbcDriver | Supplemental ODBC database driver. |
| PdoPgSqlDriver | Supplemental PostgreSQL database driver. |
| PdoSqlite2Driver | Supplemental SQLite2 database driver. |
| PdoSqliteDriver | Supplemental SQLite3 database driver. |
| PDOStatement | |
| Permission | Access control list (ACL) functionality and privileges management. |
| Presenter | Presenter object represents a webpage instance. It executes all the logic for the request. |
| PresenterComponent | PresenterComponent is the base class for all presenters components. |
| PresenterFactory | Default presenter loader. |
| PresenterRequest | Presenter request. Immutable object. |
| PropertyReflection | Reports information about a classes variable. |
| RadioList | Set of radio button controls. |
| RecursiveCallbackFilterIterator | Callback recursive iterator filter. |
| RedirectingResponse | Redirects to new request. |
| ReflectionClass | |
| ReflectionExtension | |
| ReflectionFunction | |
| ReflectionFunctionAbstract | |
| ReflectionMethod | |
| ReflectionParameter | |
| ReflectionProperty | |
| RegexpException | The exception that indicates error of the last Regexp execution. |
| RenderResponse | Rendering presenter response. |
| RobotLoader | Nette auto loader is responsible for loading classes and interfaces. |
| Route | The bidirectional route is responsible for mapping |
| RoutingDebugger | Routing debugger for Debug Bar. |
| Row | Represents a single table row. |
| Rule | Single validation rule or condition represented as value object. |
| Rules | List of validation & condition rules. |
| RuntimeException | |
| SafeStream | Provides atomicity and isolation for thread safe file manipulation using stream safe:// |
| SelectBox | Select box control that allows single item selection. |
| SendmailMailer | Sends emails via the PHP internal mail() function. |
| Session | Provides access to session namespaces as well as session settings and management methods. |
| SessionNamespace | Session namespace for Session. |
| SimpleAuthenticator | Trivial implementation of IAuthenticator. |
| SimpleRouter | The bidirectional route for trivial routing via query string. |
| SmartCachingIterator | Smarter caching interator. |
| SmtpException | SMTP mailer exception. |
| SmtpMailer | Sends emails via the SMTP server. |
| SqlLiteral | SQL literal value. |
| SqlPreprocessor | SQL preprocessor. |
| Statement | Represents a prepared statement / result set. |
| String | String tools library. |
| SubmitButton | Submittable button control. |
| TableRow | Single row representation. |
| TableSelection | Filtered table representation. |
| Template | Template. |
| TemplateCacheStorage | Template cache storage. |
| TemplateException | The exception occured during template compilation. |
| TemplateFilters | Standard template compile-time filters shipped with Nette Framework (http://nette.org) |
| TemplateHelpers | Standard template run-time helpers shipped with Nette Framework (http://nette.org) |
| TextArea | Multiline text input control. |
| TextBase | Implements the basic functionality common to text input controls. |
| TextInput | Single line text input control. |
| Tokenizer | Simple lexical analyser. |
| TokenizerException | The exception that indicates tokenizer error. |
| Tools | Tools library. |
| Uri | URI Syntax (RFC 3986). |
| UriScript | Extended HTTP URL. |
| User | User authentication and authorization. |
| ArrayAccess | |
| Countable | |
| IAnnotation | Code annotation. |
| IAuthenticator | Performs authentication. |
| IAuthorizator | Authorizator checks if a given role has authorization |
| ICacheJournal | Cache journal provider. |
| ICacheStorage | Cache storage. |
| IComponent | Provides functionality required by all components. |
| IComponentContainer | Containers are objects that logically contain zero or more IComponent components. |
| IConfigAdapter | Adapter for reading and writing configuration files. |
| IContext | The dependency injection container. |
| IDebugPanel | Custom output for Nette\Debug. |
| IFileTemplate | Defines file-based template methods. |
| IFormControl | Defines method that must be implemented to allow a component to act like a form control. |
| IFormRenderer | Defines method that must implement form rendered. |
| IFreezable | Object that has a modifiable and a read-only (frozen) state. |
| IHttpRequest | IHttpRequest provides access scheme for request sent via HTTP. |
| IHttpResponse | IHttpResponse interface. |
| IIdentity | Represents the user of application. |
| IMailer | Mailer interface. |
| IPartiallyRenderable | |
| IPresenter | Defines method that must be implemented to allow a component to act like a presenter. |
| IPresenterFactory | Responsible for creating a new instance of given presenter. |
| IPresenterResponse | Any response returned by presenter. |
| IRenderable | |
| IResource | Represents resource, an object to which access is controlled. |
| IRole | Represents role, an object that may request access to an IResource. |
| IRouter | The bi-directional router. |
| ISessionStorage | User session storage. @see http://php.net/…save_handler |
| ISignalReceiver | Component with ability to receive signal. |
| IStatePersistent | Component with ability to save and load its state. |
| ISubmitterControl | Defines method that must be implemented to allow a control to submit web form. |
| ISupplementalDriver | Supplemental PDO database driver. |
| ITemplate | Defines template methods. |
| Iterator | |
| IteratorAggregate | |
| ITranslator | Translator adapter. |
| IUser | User authentication and authorization. |
| OuterIterator | |
| RecursiveIterator | |
| Reflector | |
| Traversable |