Prado\Web\UI\TControl::clearControlState PHP Метод

clearControlState() защищенный Метод

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