Class TViewStateDiff

Description

Calculates the viewstate changes during the request.

  • abstract:
  • since: 3.1
  • version: $Id: TActiveControlAdapter.php 2564 2008-11-11 21:56:02Z carlgmathisen $
  • author: Wei Zhuo <weizhuo[at]gmail[dot]com>

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


	
			
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 386)
  • var: updated viewstate
  • access: protected
object null $_null (line 394)
  • var: value.
  • access: protected
mixed $_old (line 390)
  • var: viewstate value at the begining of the request.
  • access: protected
Methods
Constructor __construct (line 402)

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 412)
  • return: view state changes, nullObject if no difference.
  • abstract:
  • access: public
mixed getDifference ()

Redefined in descendants as:

Documentation generated on Sun, 11 Jan 2009 20:15:31 -0500 by phpDocumentor 1.3.0RC4