Namespaces

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

Classes

  • AppForm
  • Application
  • CliRouter
  • Control
  • DownloadResponse
  • ForwardingResponse
  • JsonResponse
  • Link
  • MultiRouter
  • Presenter
  • PresenterComponent
  • PresenterLoader
  • PresenterRequest
  • RedirectingResponse
  • RenderResponse
  • Route
  • SimpleRouter

Interfaces

  • IPartiallyRenderable
  • IPresenter
  • IPresenterLoader
  • IPresenterResponse
  • IRenderable
  • IRouter
  • ISignalReceiver
  • IStatePersistent

Exceptions

  • AbortException
  • ApplicationException
  • BadRequestException
  • BadSignalException
  • ForbiddenRequestException
  • InvalidLinkException
  • InvalidPresenterException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Interface IStatePersistent

Component with ability to save and load its state.

Direct known implementers

Nette\Application\PresenterComponent

Indirect known implementers

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

Loads state informations.

Loads state informations.

Parameters

$params
array
public
# saveState( array & $params )

Saves state informations for next request.

Saves state informations for next request.

Parameters

$params
array
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0