objId = $objId; $this->htmlId = $htmlId; } /** * creates the html-form-fragment for this object * * @param string $offset string used for formatting the output * @return string containing the html-form-fragment */ function generateHtmlForm($offset = "") { $temp = ""; $temp .= $offset."\n"; $temp .= $offset."htmlId."_newoperation.value;"; $temp .= " location.href = url;\""; $temp .= ">"; $temp .= " hinzufügen\n"; return $temp; } } ?>