Prado\Web\UI\ActiveControls\TViewStateDiff::__construct PHP Method

__construct() public method

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