CommonDBTM::saveInput PHP Method

saveInput() protected method

Save the input data in the Session
protected saveInput ( )
    protected function saveInput()
    {
        $_SESSION['saveInput'][$this->getType()] = $this->input;
    }
CommonDBTM