PHP 클래스 Prado\Web\UI\ActiveControls\TViewStateDiff

부터: 3.1
파일 보기 프로젝트 열기: pradosoft/prado

보호된 프로퍼티들

프로퍼티 타입 설명
$_new updated viewstate
$_null null value.
$_old viewstate value at the begining of the request.

공개 메소드들

메소드 설명
__construct ( $new, $old, $null ) Constructor.
getDifference ( ) : mixed

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $new, $old, $null )

getDifference() 추상적인 공개 메소드

abstract public getDifference ( ) : mixed
리턴 mixed view state changes, nullObject if no difference.

프로퍼티 상세

$_new 보호되어 있는 프로퍼티

updated viewstate
protected $_new

$_null 보호되어 있는 프로퍼티

null value.
protected $_null

$_old 보호되어 있는 프로퍼티

viewstate value at the begining of the request.
protected $_old