CommonDBTM::clearSavedInput PHP Method

clearSavedInput() protected method

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