PRADO Component Framework for PHP 5
  • Home
  • About
  • Testimonials
  • Demos
  • Download
  • Documentation
  • Forum
  • Development
  • Tutorials
  • Class Docs
  • API Manual
  • Wiki

Packages

  • None
  • System
    • Caching
    • Collections
    • Data
      • ActiveRecord
        • Relations
        • Scaffold
          • InputBuilder
      • Commom
        • Sqlite
      • Common
        • Mssql
        • Mysql
        • Oracle
        • Pgsql
        • Sqlite
      • DataGateway
      • SqlMap
        • Configuration
        • Statements
    • Exceptions
    • I18N
    • IO
    • Security
    • Util
    • Web
      • Javascripts
      • Services
      • UI
        • ActiveControls
        • WebControls
    • Xml
  • Wsat
    • pages
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class TViewStateDiff

Calculates the viewstate changes during the request.

Direct known subclasses

TMapCollectionDiff, TScalarDiff, TStyleDiff
Abstract
Package: System\Web\UI\ActiveControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gmail[dot]com>
Since: 3.1
Located at Web/UI/ActiveControls/TActiveControlAdapter.php
Methods summary
public
# __construct( mixed $new, mixed $old, object $null )

Constructor.

Constructor.

Parameters

$new
mixed
updated viewstate value.
$old
mixed
viewstate value at the begining of the request.
$null
object
representing the null value.
abstract public mixed
# getDifference( )

Returns

mixed
view state changes, nullObject if no difference.
Properties summary
protected mixed $_new
#

updated viewstate

updated viewstate

protected mixed $_old
#

viewstate value at the begining of the request.

viewstate value at the begining of the request.

protected object $_null
#

null value.

null value.

Terms of Service | Contact Us
PRADO v3.2.4 API Manual API documentation generated by ApiGen 2.8.0
Copyright © 2006-2014 by the PRADO Group.
Powered by PRADO