Prado\Web\UI\TControl::clearControlState PHP Method

clearControlState() protected method

Clears a controlstate value.
protected clearControlState ( $key )
    protected function clearControlState($key)
    {
        unset($this->_rf[self::RF_CONTROLSTATE][$key]);
    }
TControl