Prado\TApplication::clearGlobalState PHP Метод

clearGlobalState() публичный Метод

The value cleared will no longer be available in this request and the following requests.
public clearGlobalState ( $key )
    public function clearGlobalState($key)
    {
        $this->_stateChanged = true;
        unset($this->_globals[$key]);
    }