Home
last modified time | relevance | path

Searched defs:note (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Module/
H A DFamilyTreeFavoritesModule.php214 private function addUrlFavorite(Tree $tree, string $url, string $title, string $note): void
234 private function addRecordFavorite(Tree $tree, GedcomRecord $record, string $note): void
H A DUserFavoritesModule.php217 …ion addUrlFavorite(Tree $tree, UserInterface $user, string $url, string $title, string $note): void
238 …nction addRecordFavorite(Tree $tree, UserInterface $user, GedcomRecord $record, string $note): void
H A DClippingsCartModule.php873 protected function addNoteToCart(Note $note): void
/webtrees/resources/views/modules/notes/
H A Dtab.phtml61 … <?php $note = Registry::noteFactory()->make(trim($text, '@'), $individual->tree()) ?> variable
/webtrees/app/Services/
H A DMediaFileService.php240 …public function createMediaFileGedcom(string $file, string $type, string $title, string $note): st…
/webtrees/app/
H A DAuth.php374 public static function checkNoteAccess(Note|null $note, bool $edit = false): Note