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 |
ArrayIterator | |
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. |
Configurator | Nette\Environment helper. |
Context | The dependency injection container default implementation. |
Control | Control is renderable component. |
ConventionalRenderer | Converts a Form into the HTML output. |
Debug | Debugger: displays and logs errors. |
DebugPanel | IDebugPanel implementation helper. |
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. Execution of |
FileJournal | 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. |
FreezableObject | Defines an object that has a modifiable and a read-only (frozen) state. |
FunctionReflection | Reports information about a function. |
GenericRecursiveIterator | Generic recursive iterator. |
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. |
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. |
ImageMagick | Manipulation with large images using ImageMagick. |
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 |
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. |
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 e-mail messages. | |
MailMimePart | MIME message part. |
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. |
NeonException | The exception that indicates error of NEON decoding. |
NeonParser | Simple parser for Nette Object Notation. |
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. For scenarios where |
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. |
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. |
PresenterLoader | Default presenter loader. |
PresenterRequest | Presenter request. Immutable object. |
PropertyReflection | Reports information about a classes variable. |
RadioList | Set of radio button controls. |
RecursiveArrayIterator | |
RecursiveCallbackFilterIterator | Callback recursive iterator filter. |
RecursiveComponentIterator | Recursive component iterator. See ComponentContainer::getComponents(). |
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. |
Rule | Single validation rule or condition represented as value object. |
Rules | List of validation & condition rules. |
RuntimeException | |
SafeStream | Thread safe / atomic file manipulation. Stream safe:// |
SelectBox | Select box control that allows single item selection. |
SendmailMailer | Sends e-mails 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 e-mails via the SMTP server. |
SnippetHelper | Control snippet template helper. |
SqliteJournal | Provides SQLite/SQLite3 based cache journal backend. |
String | String tools library. |
SubmitButton | Submittable button control. |
Template | Template. |
TemplateCacheStorage | Template cache storage. |
TemplateFilters | Standard template compile-time filters shipped with Nette Framework. |
TemplateHelpers | Standard template run-time helpers shipped with Nette Framework. |
TextArea | Multiline text input control. |
TextBase | Implements the basic functionality common to text input controls. |
TextInput | Single line text input control. |
Tokenizer | Simple tokenizer. |
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. |
IPresenterLoader | Responsible for loading presenters. |
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. |
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. |
ITemplate | Defines template methods. |
Iterator | |
IteratorAggregate | |
ITranslator | Translator adapter. |
IUser | User authentication and authorization. |
OuterIterator | |
RecursiveIterator | |
Reflector | |
SeekableIterator | |
Serializable | |
Traversable |