Packages

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • ArrayIterator
  • ArrayObject
  • CachingIterator
  • DateTime
  • FilterIterator
  • IteratorIterator
  • NAnnotation
  • NAnnotationsParser
  • NAppForm
  • NApplication
  • NArrayList
  • NArrayTools
  • NAutoLoader
  • NBaseTemplate
  • NButton
  • NCache
  • NCachingHelper
  • NCallback
  • NCheckbox
  • NClassReflection
  • NCliRouter
  • NCollection
  • NComponent
  • NComponentContainer
  • NConfig
  • NConfigAdapterIni
  • NConfigurator
  • NControl
  • NConventionalRenderer
  • NCurlyBracketsMacros
  • NDateTime53
  • NDebug
  • NDownloadResponse
  • NDummyStorage
  • NEnvironment
  • NExtensionReflection
  • NFileStorage
  • NFileUpload
  • NForm
  • NFormContainer
  • NFormControl
  • NFormGroup
  • NForwardingResponse
  • NFramework
  • NFreezableObject
  • NFtp
  • NFunctionReflection
  • NGenericRecursiveIterator
  • NHashtable
  • NHiddenField
  • NHtml
  • NHttpContext
  • NHttpRequest
  • NHttpResponse
  • NHttpUploadedFile
  • NIdentity
  • NImage
  • NImageButton
  • NImageMagick
  • NInstanceFilterIterator
  • NInstantClientScript
  • NJsonResponse
  • NLatteFilter
  • NLatteMacros
  • NLimitedScope
  • NLink
  • NMail
  • NMailMimePart
  • NMemcachedStorage
  • NMethodReflection
  • NMultiRouter
  • NMultiSelectBox
  • NNetteLoader
  • NObject
  • NObjectMixin
  • NPaginator
  • NParameterReflection
  • NPermission
  • NPresenter
  • NPresenterComponent
  • NPresenterLoader
  • NPresenterRequest
  • NPropertyReflection
  • NRadioList
  • NRecursiveComponentIterator
  • NRedirectingResponse
  • NRenderResponse
  • NRobotLoader
  • NRoute
  • NRule
  • NRules
  • NSafeStream
  • NSelectBox
  • NSendmailMailer
  • NServiceLocator
  • NSession
  • NSessionNamespace
  • NSet
  • NSimpleAuthenticator
  • NSimpleRouter
  • NSmartCachingIterator
  • NSnippetHelper
  • NString
  • NSubmitButton
  • NTemplate
  • NTemplateCacheStorage
  • NTemplateFilters
  • NTemplateHelpers
  • NTextArea
  • NTextBase
  • NTextInput
  • NTools
  • NUri
  • NUriScript
  • NUser
  • RecursiveArrayIterator
  • ReflectionClass
  • ReflectionExtension
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • ReflectionParameter
  • ReflectionProperty
  • SplObjectStorage
  • stdClass

Interfaces

  • ArrayAccess
  • Countable
  • IAnnotation
  • IAuthenticator
  • IAuthorizator
  • ICacheStorage
  • ICollection
  • IComponent
  • IComponentContainer
  • IConfigAdapter
  • IDebuggable
  • IFileTemplate
  • IFormControl
  • IFormRenderer
  • IHttpRequest
  • IHttpResponse
  • IIdentity
  • IList
  • IMailer
  • IMap
  • INamingContainer
  • IPartiallyRenderable
  • IPermissionAssertion
  • IPresenter
  • IPresenterLoader
  • IPresenterResponse
  • IRenderable
  • IResource
  • IRole
  • IRouter
  • IServiceLocator
  • ISet
  • ISignalReceiver
  • IStatePersistent
  • ISubmitterControl
  • ITemplate
  • Iterator
  • IteratorAggregate
  • ITranslator
  • IUser
  • OuterIterator
  • RecursiveIterator
  • Reflector
  • SeekableIterator
  • Serializable
  • Traversable

Exceptions

  • ArgumentOutOfRangeException
  • DeprecatedException
  • DirectoryNotFoundException
  • Exception
  • FatalErrorException
  • FileNotFoundException
  • InvalidArgumentException
  • InvalidStateException
  • IOException
  • LogicException
  • MemberAccessException
  • NAbortException
  • NAmbiguousServiceException
  • NApplicationException
  • NAuthenticationException
  • NBadRequestException
  • NBadSignalException
  • NForbiddenRequestException
  • NFtpException
  • NInvalidLinkException
  • NInvalidPresenterException
  • NKeyNotFoundException
  • NotImplementedException
  • NotSupportedException
  • RuntimeException

Functions

  • callback
  • dump
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Tree

Classes

  • ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable
    • RecursiveArrayIterator implements RecursiveIterator
      • NRecursiveComponentIterator implements Countable
  • ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable
    • NCollection implements ICollection
      • NArrayList implements IList
        • NMultiRouter implements IRouter
      • NHashtable implements IMap
        • NConfig
      • NSet implements ISet
  • DateTime
    • NDateTime53
  • IteratorIterator implements Iterator, Traversable, OuterIterator
    • CachingIterator implements ArrayAccess, Countable
      • NSmartCachingIterator implements Countable
    • FilterIterator
      • NInstanceFilterIterator implements Countable
    • NGenericRecursiveIterator implements RecursiveIterator, Countable
  • NAnnotationsParser
  • NArrayTools
  • NConfigAdapterIni implements IConfigAdapter
  • NDebug
  • NEnvironment
  • NFramework
  • NLimitedScope
  • NObject
    • NAnnotation implements IAnnotation
    • NApplication
    • NAutoLoader
      • NNetteLoader
      • NRobotLoader
    • NBaseTemplate implements ITemplate
      • NTemplate implements IFileTemplate
    • NCache implements ArrayAccess
    • NCachingHelper
    • NCallback
    • NCliRouter implements IRouter
    • NComponent implements IComponent
      • NComponentContainer implements IComponentContainer
        • NFormContainer implements ArrayAccess, INamingContainer
          • NForm
            • NAppForm implements ISignalReceiver
        • NPresenterComponent implements ISignalReceiver, IStatePersistent, ArrayAccess
          • NControl implements IPartiallyRenderable
            • NPresenter implements IPresenter
      • NFormControl implements IFormControl
        • NButton
          • NSubmitButton implements ISubmitterControl
            • NImageButton
        • NCheckbox
        • NFileUpload
        • NHiddenField
        • NRadioList
        • NSelectBox
          • NMultiSelectBox
        • NTextBase
          • NTextArea
          • NTextInput
    • NConfigurator
    • NConventionalRenderer implements IFormRenderer
    • NDownloadResponse implements IPresenterResponse
    • NDummyStorage implements ICacheStorage
    • NFileStorage implements ICacheStorage
      • NTemplateCacheStorage
    • NFormGroup
    • NForwardingResponse implements IPresenterResponse
    • NFreezableObject
      • NIdentity implements IIdentity
      • NPresenterRequest
      • NUri
        • NUriScript
    • NFtp
    • NHtml implements ArrayAccess, Countable, IteratorAggregate
    • NHttpContext
    • NHttpRequest implements IHttpRequest
    • NHttpResponse implements IHttpResponse
    • NHttpUploadedFile
    • NImage
      • NImageMagick
    • NInstantClientScript
    • NJsonResponse implements IPresenterResponse
    • NLatteFilter
    • NLatteMacros
      • NCurlyBracketsMacros
    • NLink
    • NMailMimePart
      • NMail
    • NMemcachedStorage implements ICacheStorage
    • NPaginator
    • NPermission implements IAuthorizator
    • NRedirectingResponse implements IPresenterResponse
    • NRenderResponse implements IPresenterResponse
    • NRoute implements IRouter
    • NRule
    • NRules implements IteratorAggregate
    • NSendmailMailer implements IMailer
    • NServiceLocator implements IServiceLocator
    • NSession
    • NSessionNamespace implements IteratorAggregate, ArrayAccess
    • NSimpleAuthenticator implements IAuthenticator
    • NSimpleRouter implements IRouter
    • NSnippetHelper
    • NUser implements IUser
  • NObjectMixin
  • NPresenterLoader implements IPresenterLoader
  • NSafeStream
  • NString
  • NTemplateFilters
  • NTemplateHelpers
  • NTools
  • ReflectionClass implements Reflector
    • NClassReflection
  • ReflectionExtension implements Reflector
    • NExtensionReflection
  • ReflectionFunctionAbstract implements Reflector
    • ReflectionFunction
      • NFunctionReflection
    • ReflectionMethod
      • NMethodReflection
  • ReflectionParameter implements Reflector
    • NParameterReflection
  • ReflectionProperty implements Reflector
    • NPropertyReflection
  • SplObjectStorage implements Countable, Iterator, Traversable, Serializable, ArrayAccess
  • stdClass

Interfaces

  • ArrayAccess
  • Countable
  • IAnnotation
  • IAuthenticator
  • IAuthorizator
  • ICacheStorage
  • ICollection implements Countable, IteratorAggregate
  • IComponent
  • IComponentContainer implements IComponent
  • IConfigAdapter
  • IDebuggable
  • IFileTemplate implements ITemplate
  • IFormControl
  • IFormRenderer
  • IHttpRequest
  • IHttpResponse
  • IIdentity
  • IList implements ICollection, ArrayAccess
  • IMailer
  • IMap implements ICollection, ArrayAccess
  • INamingContainer implements IComponentContainer
  • IPartiallyRenderable implements IRenderable
  • IPermissionAssertion
  • IPresenter
  • IPresenterLoader
  • IPresenterResponse
  • IRenderable
  • IResource
  • IRole
  • IRouter
  • IServiceLocator
  • ISet implements ICollection
  • ISignalReceiver
  • IStatePersistent
  • ISubmitterControl implements IFormControl
  • ITemplate
  • ITranslator
  • IUser
  • Iterator implements Traversable
  • IteratorAggregate implements Traversable
  • OuterIterator implements Iterator, Traversable
  • RecursiveIterator implements Iterator, Traversable
  • Reflector
  • SeekableIterator implements Iterator, Traversable
  • Serializable
  • Traversable

Exceptions

  • Exception
    • FatalErrorException
    • LogicException
      • InvalidArgumentException
        • ArgumentOutOfRangeException
      • MemberAccessException
      • NotImplementedException
      • NotSupportedException
        • DeprecatedException
    • NAbortException
    • NAmbiguousServiceException
    • NApplicationException
    • NAuthenticationException
    • NBadRequestException
      • NBadSignalException
      • NForbiddenRequestException
    • NFtpException
    • NInvalidLinkException
      • NInvalidPresenterException
    • RuntimeException
      • IOException
        • DirectoryNotFoundException
        • FileNotFoundException
      • InvalidStateException
      • NKeyNotFoundException
Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0