The exception occured during Latte compilation.

Latte compiler.

Templating engine Latte.

Latte helpers.

HTML element node.

ILoader deprecated
IMacro deprecated

Template loader.

Template loader.

Template loader.

Latte macro.

Macro element node.

Macro tag tokenizer.

Block macros.

Basic macros for Latte.

Base Macro implementation. Allows add multiple macros.

Latte parser.

PHP helpers.

PHP code generator helpers.

The exception that indicates error of the last Regexp execution.

Generates blueprint of template class.

Smarter caching iterator.

Filter executor.

Filter runtime info

Template filters. Uses UTF-8 only.

HTML literal.

IHtmlString deprecated
ISnippetBridge deprecated

Snippet driver

Template.

Default-deny policy.

Exception thrown when a not allowed construction is used in a template.

Better OOP experience.

Latte parser token.

Traversing helper.

Simple lexical analyser.

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 IResponse.

Responsible for creating a new instance of given presenter.

Any response returned by presenter.

IRouter deprecated

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

Link generator.

Default presenter loader.

Presenter request.

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.

Component with ability to repaint.

Component with ability to receive signal.

Component with ability to save and load its state.

Defines template.

Defines ITemplate factory.

Link generation exception.

Lazy encapsulation of Component::link().

Component multiplier.

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

PresenterComponent deprecated

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

Implements the cache for a application.

Cache storage with a bulk read support.

Cache storage.

Output caching helper.

Cache dummy storage.

Cache file storage.

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().

Initial system DI container generator.

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.

Database context.

Ambiguous reference key exception.

Conventions based on database structure.

Conventions based on static definition.

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.

Exception for a foreign key constraint violation.

Database helpers.

Row interface.

Container of database result fetched into IRow.

Provides cached reflection for database structure.

Supplemental PDO database driver.

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.

Row interface.

Container of database result fetched into IRow objects.

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.

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.

Forms helpers.

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

Defines method that must implement form renderer.

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

Converts a Form into the HTML output.

Single validation rule or condition represented as value object.

List of validation & condition rules.

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.

Session storage for user object.

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.

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 description.

Closure.

Class constant.

PHP code generator utils.

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.

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.

Represents the user of application.

Represents resource, an object to which access is controlled.

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

Interface for persistent storage for user object data.

Default implementation of IIdentity.

Password Hashing.

Access control list (ACL) functionality and privileges management.

Trivial implementation of IAuthenticator.

User authentication and authorization.

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.

HTML helper.

Basic manipulation with images.

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 atomicity and 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.

Bar

Debug Bar.

Red BlueScreen.

Debugger: displays and logs errors.

IBarPanel implementation helper.

Dumps a variable.

FireLogger console logger.

Rendering helpers for Debugger.

Custom output for Debugger.

Logger.
Logger.

Debugger for outputs.