Default Error Presenter.

Micro presenter.

The exception that is thrown when user attempts to terminate the current presenter or application.

Front Controller.

Application fatal error.

The exception that indicates client error with HTTP code 4xx.

Forbidden request exception - access denied.

Application helpers.

Presenter converts Request to Response.

Responsible for creating a new instance of given presenter.

IResponse deprecated
IRouter deprecated

The exception that is thrown when a presenter cannot be loaded.

Link generator.

Default presenter loader.

Presenter request.

Any response returned by presenter.

Callback response.

File download response.

Forwards to new request.

JSON response used mainly for AJAX requests.

Redirects to new URI.

String output response.

No response.

The unidirectional router for CLI. (experimental)

The bidirectional route is responsible for mapping HTTP request to an array for dispatch and vice-versa.

The router broker.

The bidirectional route for trivial routing via query parameters.

Signal exception.

Component is the base class for all Presenter components.

Helpers for Presenter & Component.

Control is renderable Presenter component.

Web form adapted for Presenter.

IRenderable deprecated
ISignalReceiver deprecated
IStatePersistent deprecated
ITemplate deprecated
ITemplateFactory deprecated

Link generation exception.

Lazy encapsulation of Component::link().

Component multiplier.

Presenter component represents a webpage instance. It converts Request to Response.

PresenterComponent deprecated

Component with ability to repaint.

Component with ability to receive signal.

Component with ability to save and load its state.

Defines template.

Defines Template factory.

The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method.

Initial system DI container generator.

Constant definitions.

PHP directives definition.

ILatteFactory deprecated

Cache storage with a bulk read support.

Implements the cache for a application.

IBulkReader deprecated
IStorage deprecated

Output caching helper.

Cache storage.

Cache dummy storage.

Cache file storage.

IJournal deprecated

Cache journal provider.

Memcached storage using memcached extension.

Memory cache storage.

SQLite based journal.

SQLite storage.

Implementation of \ArrayAccess for IContainer.

Component is the base class for all components.

ComponentContainer is default implementation of IContainer.

Provides functionality required by all components.

Containers are objects that logically contain zero or more IComponent components.

Recursive component iterator. See Container::getComponents().

alias for Nette\Bootstrap\Configurator

Autowiring.

DI container compiler.

Configurator compiling extension.

Adapter for reading and writing configuration files.

Reading and generating NEON files.

Reading and generating PHP files.

Service configuration schema.

Helpers deprecated

Configuration helpers.

IAdapter deprecated

Configuration file loader.

The dependency injection container default implementation.

Container builder.

DI container loader.

Accessor definition.

Definition used by ContainerBuilder.

Definition of standard service.

Imported service injected to the container.

Multi accessor/factory definition.

Reference to service. Either by name or by type or reference to the 'self' service.

Definition of standard service.

Assignment or calling statement.

Cache dependencies checker.

Constant definitions.

DI extension.

Decorators for services.

Enables registration of other extensions in $config file

Calls inject methods and fills @inject properties.

Parameters.

PHP directives definition.

Services auto-discovery.

Service definitions loader.

The DI helpers.

Error in configuration.

Service not found exception.

Not allowed when container is resolving.

Container PHP code generator.

Services resolver

Service creation exception.

ServiceDefinition deprecated
Statement deprecated

Represents a connection between PHP and a database server.

Server connection related errors.

Base class for all constraint violation related exceptions.

Context deprecated

Ambiguous reference key exception.

Conventions based on database structure.

Conventions based on static definition.

Supplemental PDO database driver.

Base class for all errors in the driver or SQL server.

Supplemental MS SQL database driver.

Supplemental MySQL database driver.

Supplemental Oracle database driver.

Supplemental ODBC database driver.

Supplemental PostgreSQL database driver.

Supplemental SQLite3 database driver.

Supplemental SQL Server 2005 and later database driver.

Database explorer.

Exception for a foreign key constraint violation.

Database helpers.

IConventions deprecated
IRow deprecated
IRowContainer deprecated

Provides cached reflection for database structure.

Exception for a NOT NULL constraint violation.

Represents a result set.

Row

Represents a single table row.

SQL literal value.

SQL preprocessor.

Cached reflection of database structure.

Single row representation.

Representation of filtered table grouped by some column.

IRow deprecated
IRowContainer deprecated

Filtered table representation.

Builds SQL query.

Exception for a unique constraint violation.

The exception that is thrown when a requested method or operation is deprecated.

The exception that is thrown when part of a file or directory cannot be found.

The exception that is thrown when accessing a file that does not exist on disk.

Container for form controls.

Defines method that must be implemented to allow a component to act like a form control.

A user group of form controls.

Base class that implements the basic functionality common to form controls.

Push button control with no default behavior.

Check box control. Allows the user to select a true or false condition.

Set of checkboxes.

Choice control that allows single item selection.

CSRF protection field.

Hidden form control used to store a non-displayed value.

Submittable image button form control.

Choice control that allows multiple items selection.

Select box control that allows multiple items selection.

Set of radio button controls.

Select box control that allows single item selection.

Submittable button control.

Multiline text input control.

Implements the basic functionality common to text input controls.

Single line text input control.

Text box and browse button that allow users to select a file to upload to the server.

Creates, validates and renders HTML forms.

Defines method that must implement form renderer.

Forms helpers.

IControl deprecated
IFormRenderer deprecated
ISubmitterControl deprecated

Generates blueprint of form data class.

Converts a Form into the HTML output.

Generates Latte blueprint of form.

Single validation rule or condition represented as value object.

List of validation & condition rules.

Defines method that must be implemented to allow a control to submit web form.

Common validators.

Framework version.

HTTP-specific tasks.

Provides access to individual files that have been uploaded by a client.

Rendering helpers for HTTP.

HTTP request provides access scheme for request sent via HTTP.

HTTP response interface.

HttpRequest provides access scheme for request sent via HTTP.

HTTP request factory.

HttpResponse class.

Provides access to session sections as well as session settings and management methods.

Session section.

Url

Mutable representation of a URL.

Immutable representation of a URL.

Immutable representation of a URL with application base-path.

UserStorage deprecated

The exception that is thrown when an I/O error occurs.

The exception that is thrown when an argument does not match with the expected value.

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.

Smarter caching iterator.

Applies the callback to the elements of the inner iterator.

Nette auto loader is responsible for loading classes and interfaces.

ITranslator deprecated

Translator adapter.

IMailer deprecated

Mailer interface.

Mail provides functionality to compose and send both text and MIME-compliant multipart email messages.

MIME message part.

Exception thrown when a mail sending error is encountered.

Sends emails via the PHP internal mail() function.

Signer interface.

SMTP mailer exception.

Sends emails via the SMTP server.

The exception that is thrown when accessing a class member (property or method) fails.

Parser for Nette Object Notation.

Converts value to NEON format.

Representation of NEON entity 'foo(bar=1)'

The exception that indicates error of NEON processing.

Simple parser & generator for Nette Object Notation.

The exception that is thrown when a requested method or operation is not implemented.

The exception that is thrown when an invoked method is not supported. For scenarios where it is sometimes possible to perform the requested operation, see InvalidStateException.

The exception that is thrown when an illegal index was requested.

PHP Attribute.

Class/Interface/Trait/Enum description.

Closure.

Class constant.

PHP code generator utils.

Enum case.

Extracts information from PHP code.

Creates a representation based on reflection.

Global function.

PHP literal value.

Class method.

Function/Method parameter description.

Instance of PHP file.

Namespaced part of a PHP file.

Generates PHP code.

Promoted parameter in constructor.

Class property description.

Generates PHP code compatible with PSR-2 and PSR-12.

use Trait

PHP return, property and parameter types.

The bidirectional route is responsible for mapping HTTP request to an array for dispatch and vice-versa.

The router broker.

The bi-directional router.

The bidirectional route for trivial routing via query parameters.

Schema generator.

Schema validator.

Validation error.

Authentication exception.

Performs authentication.

Authorizator checks if a given role has authorization to access a given resource.

IAuthenticator deprecated
IAuthorizator deprecated

Represents the user of application.

IResource deprecated
IRole deprecated
IUserStorage deprecated
Identity deprecated

Adjusts identity from/to storage.

Password Hashing.

Access control list (ACL) functionality and privileges management.

Represents resource, an object to which access is controlled.

Represents role, an object that may request access to an IResource.

Trivial implementation of Authenticator.

Default implementation of IIdentity.

User authentication and authorization.

Interface for persistent storage for user object data.

Strict class for better experience.

Static class.

The exception that indicates tokenizer error.

Stream of tokens.

Simple token.

Simple lexical analyser.

The exception that is thrown when a value (typically returned by function) does not match with the expected value.

Provides objects to work as array.

Provides the base class for a generic list (items can be accessed by index).

Array tools library.

The exception that indicates assertion error.

PHP callable tools.

DateTime.

File system tool.

Finder allows searching through directory trees using iterator.

Floating-point numbers comparison.

HTML helper.

IHtmlString deprecated

Basic manipulation with images. Supported types are JPEG, PNG, GIF, WEBP and BMP.

The exception that is thrown when an image error occurs.

JSON encoder and decoder.

The exception that indicates error of JSON encoding/decoding.

Nette\SmartObject helpers.

ObjectMixin deprecated

Nette\Object behaviour mixin.

Paginating math.

Secure random string generator.

PHP reflection helpers.

The exception that indicates error of the last Regexp execution.

Provides isolation for thread safe file manipulation using stream nette.safe://

String tools library.

TokenIterator deprecated

Traversing helper.

Tokenizer deprecated

Simple lexical analyser.

TokenizerException deprecated

PHP type reflection.

The exception that indicates invalid image file.

Validation utilities.