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

__construct() public method

Constructor. Add a set of default states to track.
public __construct ( $control )
    public function __construct($control)
    {
        $this->_control = $control;
        $this->_existingState = new TMap();
        $this->_nullObject = new stdClass();
        $this->_states = new TMap();
        $this->addStatesToTrack();
    }