All Classes
ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is |
ArrayIterator | |
CachingIterator | |
DateTime | |
DateTime53 | DateTime with serialization and timestamp support for PHP 5.2. |
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. |
Exception | |
FatalErrorException | The exception that indicates errors that can not be recovered from. Execution of |
FileNotFoundException | The exception that is thrown when accessing a file that does not exist on disk. |
FilterIterator | |
InvalidArgumentException | |
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 | |
LogicException | |
MemberAccessException | The exception that is thrown when accessing a class member (property or method) fails. |
NAbortException | The exception that is thrown when user attempts to terminate the current presenter or application. |
NAmbiguousServiceException | Ambiguous service resolution exception. |
NAnnotation | Basic annotation implementation. |
NAnnotationsParser | Annotations support for PHP. |
NAppForm | Web form as presenter component. |
NApplication | Front Controller. |
NApplicationException | NApplication fatal error. |
NArrayList | Provides the base class for a generic list (items can be accessed by index). |
NArrayTools | Array tools library. |
NAuthenticationException | Authentication exception. |
NAutoLoader | Auto loader is responsible for loading classes and interfaces. |
NBadRequestException | Bad HTTP / presenter request exception. |
NBadSignalException | Signal exception. |
NButton | Push button control with no default behavior. |
NCache | Implements the cache for a application. |
NCachingHelper | Caching template helper. |
NCallback | PHP callback encapsulation. |
NCallbackFilterIterator | NCallback iterator filter. |
NCheckbox | Check box control. Allows the user to select a true or false condition. |
NClassReflection | Reports information about a class. |
NCliRouter | The unidirectional router for CLI. (experimental) |
NClosureFix | |
NComponent | NComponent is the base class for all components. |
NComponentContainer | NComponentContainer is default implementation of IComponentContainer. |
NConfig | Configuration storage. |
NConfigAdapterIni | Reading and writing INI files. |
NConfigurator | NEnvironment helper. |
NContext | The dependency injection container default implementation. |
NControl | NControl is renderable component. |
NConventionalRenderer | Converts a NForm into the HTML output. |
NDebug | Debugger: displays and logs errors. |
NDebugPanel | IDebugPanel implementation helper. |
NDownloadResponse | File download response. |
NDummyStorage | NCache dummy storage. |
NEnvironment | Nette environment and configuration. |
NExtensionReflection | Reports information about a extension. |
NFileJournal | File journal. |
NFileStorage | NCache file storage. |
NFileTemplate | NTemplate stored in file. |
NFileUpload | Text box and browse button that allow users to select a file to upload to the server. |
NFinder | NFinder allows searching through directory trees using iterator. |
NForbiddenRequestException | Forbidden request exception – access denied. |
NForm | Creates, validates and renders HTML forms. |
NFormContainer | Container for form controls. |
NFormControl | Base class that implements the basic functionality common to form controls. |
NFormGroup | A user group of form controls. |
NForwardingResponse | Forwards to new request. |
NFramework | The Nette Framework. |
NFreezableObject | Defines an object that has a modifiable and a read-only (frozen) state. |
NFunctionReflection | Reports information about a function. |
NGenericRecursiveIterator | Generic recursive iterator. |
NHiddenField | Hidden form control used to store a non-displayed value. |
NHtml | HTML helper. |
NHttpContext | HTTP-specific tasks. |
NHttpRequest | NHttpRequest provides access scheme for request sent via HTTP. |
NHttpResponse | NHttpResponse class. |
NHttpUploadedFile | Provides access to individual files that have been uploaded by a client. |
NIdentity | Default implementation of IIdentity. |
NImage | Basic manipulation with images. |
NImageButton | Submittable image button form control. |
NImageMagick | Manipulation with large images using NImageMagick. |
NInstanceFilterIterator | Instance iterator filter. |
NInvalidLinkException | NLink generation exception. |
NInvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |
NJson | JSON encoder and decoder. |
NJsonException | The exception that indicates error of JSON encoding/decoding. |
NJsonResponse | JSON response used for AJAX requests. |
NLatteFilter | Compile-time filter Latte. |
NLatteMacros | Default macros for filter NLatteFilter. |
NLimitedScope | Limited scope for PHP code evaluation and script including. |
NLink | Lazy encapsulation of NPresenterComponent::link(). |
NMail | NMail provides functionality to compose and send both text and MIME-compliant multipart e-mail messages. |
NMailMimePart | MIME message part. |
NMemcachedStorage | Memcached storage. |
NMemoryStorage | Memory cache storage. |
NMethodReflection | Reports information about a method. |
NMultiRouter | The router broker. |
NMultiSelectBox | Select box control that allows multiple item selection. |
NNeonException | The exception that indicates error of NEON decoding. |
NNeonParser | Simple parser for Nette NObject Notation. |
NNetteLoader | Nette auto loader is responsible for loading Nette classes and interfaces. |
NObject | NObject is the ultimate ancestor of all instantiable classes. |
NObjectMixin | NObject behaviour mixin. |
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 |
NPaginator | Paginating math. |
NParameterReflection | Reports information about a method's parameter. |
NPermission | Access control list (ACL) functionality and privileges management. |
NPresenter | NPresenter object represents a webpage instance. It executes all the logic for the request. |
NPresenterComponent | NPresenterComponent is the base class for all presenters components. |
NPresenterLoader | Default presenter loader. |
NPresenterRequest | NPresenter request. Immutable object. |
NPropertyReflection | Reports information about a classes variable. |
NRadioList | Set of radio button controls. |
NRecursiveCallbackFilterIterator | NCallback recursive iterator filter. |
NRecursiveComponentIterator | Recursive component iterator. See NComponentContainer::getComponents(). |
NRedirectingResponse | Redirects to new request. |
NRegexpException | The exception that indicates error of the last Regexp execution. |
NRenderResponse | Rendering presenter response. |
NRobotLoader | Nette auto loader is responsible for loading classes and interfaces. |
NRoute | The bidirectional route is responsible for mapping |
NRoutingDebugger | Routing debugger for NDebug Bar. |
NRule | Single validation rule or condition represented as value object. |
NRules | List of validation & condition rules. |
NSafeStream | Thread safe / atomic file manipulation. Stream safe:// |
NSelectBox | Select box control that allows single item selection. |
NSendmailMailer | Sends e-mails via the PHP internal mail() function. |
NSession | Provides access to session namespaces as well as session settings and management methods. |
NSessionNamespace | NSession namespace for NSession. |
NSimpleAuthenticator | Trivial implementation of IAuthenticator. |
NSimpleRouter | The bidirectional route for trivial routing via query string. |
NSmartCachingIterator | Smarter caching interator. |
NSmtpException | SMTP mailer exception. |
NSmtpMailer | Sends e-mails via the SMTP server. |
NSnippetHelper | NControl snippet template helper. |
NSqliteJournal | Provides SQLite/SQLite3 based cache journal backend. |
NString | NString tools library. |
NSubmitButton | Submittable button control. |
NTemplate | NTemplate. |
NTemplateCacheStorage | NTemplate cache storage. |
NTemplateFilters | Standard template compile-time filters shipped with Nette Framework. |
NTemplateHelpers | Standard template run-time helpers shipped with Nette Framework. |
NTextArea | Multiline text input control. |
NTextBase | Implements the basic functionality common to text input controls. |
NTextInput | Single line text input control. |
NTokenizer | Simple tokenizer. |
NTokenizerException | The exception that indicates tokenizer error. |
NTools | NTools library. |
NUri | URI Syntax (RFC 3986). |
NUriScript | Extended HTTP URL. |
NUser | NUser authentication and authorization. |
RecursiveArrayIterator | |
ReflectionClass | |
ReflectionExtension | |
ReflectionFunction | |
ReflectionFunctionAbstract | |
ReflectionMethod | |
ReflectionParameter | |
ReflectionProperty | |
RuntimeException |
ArrayAccess | |
Countable | |
IAnnotation | Code annotation. |
IAuthenticator | Performs authentication. |
IAuthorizator | Authorizator checks if a given role has authorization |
ICacheJournal | NCache journal provider. |
ICacheStorage | NCache 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 NDebug. |
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 | NObject 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 | NComponent with ability to receive signal. |
IStatePersistent | NComponent 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 | NUser authentication and authorization. |
OuterIterator | |
RecursiveIterator | |
Reflector | |
SeekableIterator | |
Serializable | |
Traversable |