All Classes
CachingIterator | |
DateTime | |
Exception | |
FilterIterator | |
IteratorIterator | |
NAnnotation | Basic annotation implementation. |
NAnnotationsParser | Annotations support for PHP. |
NAppForm | Web form adapted for Presenter. |
NApplication | Front Controller. |
NArrayHash | Provides objects to work as array. |
NArrayList | Provides the base class for a generic list (items can be accessed by index). |
NArrayTools | Array tools library. |
NAutoLoader | Auto loader is responsible for loading classes and interfaces. |
NButton | Push button control with no default behavior. |
NCache | Implements the cache for a application. |
NCachingHelper | Caching template helper. |
NCallback | PHP callback encapsulation. |
NCallbackFilterIterator | Callback 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 | Component is the base class for all components. |
NComponentContainer | ComponentContainer is default implementation of IComponentContainer. |
NConfig | Configuration storage. |
NConfigAdapterIni | Reading and writing INI files. |
NConfigAdapterNeon | Reading and writing INI files. |
NConfigurator | NEnvironment helper. |
NConnection | Represents a connection between PHP and a database server. |
NContext | The dependency injection container default implementation. |
NControl | Control is renderable Presenter component. |
NCriticalSection | Critical sections support. |
NDatabasePanel | Debug panel for NDatabase |
NDatabaseReflection | Reflection metadata class for a database. TEMPORARY SOLUTION |
NDateTime53 | DateTime with serialization and timestamp support for PHP 5.2. |
NDebug | Debugger: displays and logs errors. |
NDebugPanel | IDebugPanel implementation helper. |
NDefaultFormRenderer | Converts a Form into the HTML output. |
NDownloadResponse | File download response. |
NDummyStorage | Cache dummy storage. |
NEnvironment | Nette environment and configuration. |
NExtensionReflection | Reports information about a extension. |
NFileJournal | Btree+ based file journal. |
NFileStorage | Cache file storage. |
NFileTemplate | Template stored in file. |
NFileUpload | Text box and browse button that allow users to select a file to upload to the server. |
NFinder | Finder allows searching through directory trees using iterator. |
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 (http://nette.org) |
NFreezableObject | Defines an object that has a modifiable and a read-only (frozen) state. |
NFunctionReflection | Reports information about a function. |
NGenericRecursiveIterator | Generic recursive iterator. |
NGroupedTableSelection | Representation of filtered table grouped by some column. |
NHiddenField | Hidden form control used to store a non-displayed value. |
NHtml | HTML helper. |
NHttpContext | HTTP-specific tasks. |
NHttpRequest | HttpRequest provides access scheme for request sent via HTTP. |
NHttpRequestFactory | Current HTTP request factory. |
NHttpResponse | HttpResponse 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. |
NInstanceFilterIterator | Instance iterator filter. |
NJson | JSON encoder and decoder. |
NJsonResponse | JSON response used mainly for AJAX requests. |
NLatteFilter | Compile-time filter Latte. |
NLatteMacros | Default macros for filter LatteFilter. |
NLimitedScope | Limited scope for PHP code evaluation and script including. |
NMail | Mail provides functionality to compose and send both text and MIME-compliant multipart email messages. |
NMailMimePart | MIME message part. |
NMapIterator | Applies the callback to the elements of the inner iterator. |
NMemcachedStorage | Memcached storage. |
NMemoryStorage | Memory cache storage. |
NMethodReflection | Reports information about a method. |
NMimeTypeDetector | Mime type detector. |
NMultiRouter | The router broker. |
NMultiSelectBox | Select box control that allows multiple item selection. |
NNeon | Simple parser & generator for Nette Object 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. |
NPaginator | Paginating math. |
NParameterReflection | Reports information about a method's parameter. |
NPdoMsSqlDriver | Supplemental MS SQL database driver. |
NPdoMySqlDriver | Supplemental MySQL database driver. |
NPdoOciDriver | Supplemental Oracle database driver. |
NPdoOdbcDriver | Supplemental ODBC database driver. |
NPdoPgSqlDriver | Supplemental PostgreSQL database driver. |
NPdoSqlite2Driver | Supplemental SQLite2 database driver. |
NPdoSqliteDriver | Supplemental SQLite3 database driver. |
NPermission | Access control list (ACL) functionality and privileges management. |
NPresenter | Presenter component represents a webpage instance. It converts PresenterRequest to IPresenterResponse. |
NPresenterComponent | PresenterComponent is the base class for all Presenter components. |
NPresenterFactory | Default presenter loader. |
NPresenterRequest | Presenter request. Immutable object. |
NPropertyReflection | Reports information about a classes variable. |
NRadioList | Set of radio button controls. |
NRecursiveCallbackFilterIterator | Callback recursive iterator filter. |
NRedirectingResponse | Redirects to new URI. |
NRenderResponse | String output response. |
NRobotLoader | Nette auto loader is responsible for loading classes and interfaces. |
NRoute | The bidirectional route is responsible for mapping |
NRoutingDebugger | Routing debugger for Debug Bar. |
NRow | Represents a single table row. |
NRule | Single validation rule or condition represented as value object. |
NRules | List of validation & condition rules. |
NSelectBox | Select box control that allows single item selection. |
NSendmailMailer | Sends emails via the PHP internal mail() function. |
NSession | Provides access to session namespaces as well as session settings and management methods. |
NSessionNamespace | Session namespace for Session. |
NSimpleAuthenticator | Trivial implementation of IAuthenticator. |
NSimpleRouter | The bidirectional route for trivial routing via query parameters. |
NSmartCachingIterator | Smarter caching interator. |
NSmtpMailer | Sends emails via the SMTP server. |
NSqlLiteral | SQL literal value. |
NSqlPreprocessor | SQL preprocessor. |
NStatement | Represents a prepared statement / result set. |
NString | String tools library. |
NSubmitButton | Submittable button control. |
NTableRow | Single row representation. |
NTableSelection | Filtered table representation. |
NTemplate | Template. |
NTemplateCacheStorage | Template cache storage. |
NTemplateHelpers | Standard template run-time helpers shipped with Nette Framework (http://nette.org) |
NTextArea | Multiline text input control. |
NTextBase | Implements the basic functionality common to text input controls. |
NTextInput | Single line text input control. |
NUri | URI Syntax (RFC 3986). |
NUriScript | Extended HTTP URL. |
NUser | User authentication and authorization. |
PDO | |
PDOStatement | |
ReflectionClass | |
ReflectionExtension | |
ReflectionFunction | |
ReflectionFunctionAbstract | |
ReflectionMethod | |
ReflectionParameter | |
ReflectionProperty |
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 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 | 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 | Presenter converts PresenterRequest to IPresenterResponse. |
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 |
ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is |
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. |
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. |
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. |
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. |
NApplicationException | Application fatal error. |
NAuthenticationException | Authentication exception. |
NBadRequestException | Bad HTTP / presenter request exception. |
NBadSignalException | Signal exception. |
NForbiddenRequestException | Forbidden request exception – access denied. |
NInvalidLinkException | Link generation exception. |
NInvalidPresenterException | The exception that is thrown when a presenter cannot be loaded. |
NJsonException | The exception that indicates error of JSON encoding/decoding. |
NLatteException | The exception occured during Latte compilation. |
NNeonException | The exception that indicates error of NEON decoding. |
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 |
NRegexpException | The exception that indicates error of the last Regexp execution. |
NSmtpException | SMTP mailer exception. |
NTemplateException | The exception occured during template compilation. |
RuntimeException |