Prado\Web\UI\ActiveControls\TViewStateDiff::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( $new, $old, $null )
    public function __construct($new, $old, $null)
    {
        $this->_new = $new;
        $this->_old = $old;
        $this->_null = $null;
    }