Notepad::prepareInputForAdd PHP Method

prepareInputForAdd() public method

public prepareInputForAdd ( $input )
    function prepareInputForAdd($input)
    {
        $input['users_id'] = Session::getLoginUserID();
        $input['users_id_lastupdater'] = Session::getLoginUserID();
        $input['date'] = $_SESSION['glpi_currenttime'];
        return $input;
    }