CommonDBTM::clearSavedInput PHP 메소드

clearSavedInput() 보호된 메소드

Clear the saved data stored in the session
protected clearSavedInput ( )
    protected function clearSavedInput()
    {
        unset($_SESSION['saveInput'][$this->getType()]);
    }
CommonDBTM