H A D | NoteStructure.php | 49 public function edit(string $id, string $name, string $value, Tree $tree): string function in Fisharebest\\Webtrees\\Elements\\NoteStructure 56 return $xref_note->edit($id, $name, $value, $tree); 61 return $submitter_text->edit($id, $name, $value, $tree); 76 $submitter_text->edit($id, $name, $value, $tree) . 79 $xref_note->edit($id . '-select', $name, $value, $tree) .
|