Class TViewStateDiff

Description

Calculates the viewstate changes during the request.

  • author: Wei Zhuo <weizhuo[at]gmail[dot]com>
  • version: $Id: TActiveControlAdapter.php 3159 2012-06-01 18:01:40Z ctrlaltca $
  • abstract:
  • since: 3.1

Located in /Web/UI/ActiveControls/TActiveControlAdapter.php (line 394)


	
			
Direct descendents
Class Description
TScalarDiff TScalarDiff class.
TStyleDiff TStyleDiff class.
TMapCollectionDiff TAttributesDiff class.
Variable Summary
mixed $_new
object null $_null
mixed $_old
Method Summary
TViewStateDiff __construct (mixed $new, mixed $old, object representing $null)
mixed getDifference ()
Variables
mixed $_new (line 399)
  • var: updated viewstate
  • access: protected
object null $_null (line 407)
  • var: value.
  • access: protected
mixed $_old (line 403)
  • var: viewstate value at the begining of the request.
  • access: protected
Methods
Constructor __construct (line 415)

Constructor.

  • access: public
TViewStateDiff __construct (mixed $new, mixed $old, object representing $null)
  • mixed $new: updated viewstate value.
  • mixed $old: viewstate value at the begining of the request.
  • object representing $null: the null value.
getDifference (line 425)
  • return: view state changes, nullObject if no difference.
  • abstract:
  • access: public
mixed getDifference ()

Redefined in descendants as:

Documentation generated on Mon, 25 Jun 2012 14:36:53 +0200 by phpDocumentor 1.4.3