Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

  • Control
  • Form
  • Multiplier
  • Presenter
  • PresenterComponent

Interfaces

  • IRenderable
  • ISignalReceiver
  • IStatePersistent

Exceptions

  • BadSignalException
  • InvalidLinkException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface IStatePersistent

Component with ability to save and load its state.

Direct known implementers

Nette\Application\UI\PresenterComponent

Indirect known implementers

Nette\Application\UI\Control, Nette\Application\UI\Multiplier, Nette\Application\UI\Presenter
Namespace: Nette\Application\UI
Author: David Grudl
Located at Application/UI/IStatePersistent.php
Methods summary
public
# loadState( array $params )

Loads state informations.

Loads state informations.

public
# saveState( array & $params )

Saves state informations for next request.

Saves state informations for next request.

Nette 2.0 API documentation generated by ApiGen 2.8.0